summaryrefslogtreecommitdiff
path: root/app/views/ci/runner/_how_to_setup_runner.html.haml
blob: c26eb873718c81f3366b99e92898fb136540c1f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- link = link_to _("Install GitLab Runner"), 'https://docs.gitlab.com/runner/install/', target: '_blank'
.append-bottom-10
  %h4= _("Setup a %{type} Runner manually") % { type: type }

%ol
  %li
    = link.html_safe
  %li
    = _("Specify the following URL during the Runner setup:")
    %code#coordinator_address= root_url(only_path: false)
    = clipboard_button(target: '#coordinator_address', title: _("Copy URL to clipboard"), class: "btn-transparent btn-clipboard")
  %li
    = _("Use the following registration token during setup:")
    %code#registration_token= registration_token
    = clipboard_button(target: '#registration_token', title: _("Copy token to clipboard"), class: "btn-transparent btn-clipboard")
  %li
    = _("Start the Runner!")