debian-mirror-gitlab/app/views/projects/runners/_index.html.haml
2018-10-15 14:42:47 +05:30

11 lines
331 B
Text

= render 'shared/runners/runner_description'
%hr
%p.lead To start serving your jobs you can either add specific Runners to your project or use shared Runners
.row
.col-sm-6
= render 'projects/runners/specific_runners'
.col-sm-6
= render 'projects/runners/shared_runners'
= render 'projects/runners/group_runners'