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: 022687b831f4b5f4c3dcad1f20cb92e157fc04ad (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'