summaryrefslogtreecommitdiff
path: root/app/views/ci/runner/_how_to_setup_runner.html.haml
blob: b75dab0acc57fac002d8508798ed631e4f90e7fa (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'
.bs-callout.help-callout
  %h4= _("How to setup a #{type} Runner for a new project")

  %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= root_url(only_path: false)
    %li
      = _("Use the following registration token during setup:")
      %code#registration_token= registration_token
    %li
      = _("Start the Runner!")