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

_how_to_setup_runner.html.haml « runner « ci « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37fb8fbab26c5832e16742724b25cf6b626236a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- link = link_to _("GitLab Runner section"), 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'
.append-bottom-10
  %h4= _("Setup a #{type} Runner manually")

%ol
  %li
    = _("Install a Runner compatible with GitLab CI")
    = (_("(checkout the %{link} for information on how to install it).") % { link: link }).html_safe
  %li
    = _("Specify the following URL during the Runner setup:")
    %code#coordinator_address= root_url(only_path: false)
  %li
    = _("Use the following registration token during setup:")
    %code#registration_token= registration_token
  %li
    = _("Start the Runner!")