summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-05-18 15:52:37 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2017-05-18 15:52:37 +0000
commit0663839701da27eccbd07c77e04b22634306dbc0 (patch)
treee22919ce73cf39c48f1a03209a40730e384c3238 /app/views/projects
parentb46b52af37fd8c800e8fdca5de25be31415c7d5d (diff)
parentcd06310123facb94a5fca42f18166c82d843a0f8 (diff)
downloadgitlab-ce-0663839701da27eccbd07c77e04b22634306dbc0.tar.gz
Merge branch 'change-url-in-specific-runners-registration-steps' into 'master'
Remove references to '/ci' path while describing Runner's registration See merge request !10518
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/runners/_specific_runners.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/runners/_specific_runners.html.haml b/app/views/projects/runners/_specific_runners.html.haml
index 6b8e6bd4fee..f8835454140 100644
--- a/app/views/projects/runners/_specific_runners.html.haml
+++ b/app/views/projects/runners/_specific_runners.html.haml
@@ -9,7 +9,7 @@
(checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} for information on how to install it).
%li
Specify the following URL during the Runner setup:
- %code= ci_root_url(only_path: false)
+ %code= root_url(only_path: false)
%li
Use the following registration token during setup:
%code= @project.runners_token