Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.html.haml « runners « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae4fee1e14c3f93c3cad6936c9e5c2d1ff693aff (plain)
1
2
3
4
5
6
7
8
9
10
11
= 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'