2018-10-15 14:42:47 +05:30
|
|
|
= render 'shared/runners/runner_description'
|
2015-09-25 12:07:36 +05:30
|
|
|
|
|
|
|
%hr
|
|
|
|
|
2018-12-23 12:14:25 +05:30
|
|
|
%p.lead= _('To start serving your jobs you can either add specific Runners to your project or use shared Runners')
|
2015-09-25 12:07:36 +05:30
|
|
|
.row
|
|
|
|
.col-sm-6
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'projects/runners/specific_runners'
|
2015-09-25 12:07:36 +05:30
|
|
|
.col-sm-6
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'projects/runners/shared_runners'
|
2018-10-15 14:42:47 +05:30
|
|
|
= render 'projects/runners/group_runners'
|