summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2017-04-07 00:25:45 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2017-05-15 11:52:05 +0200
commitcd06310123facb94a5fca42f18166c82d843a0f8 (patch)
tree001968052036282a2878d247ce67fb50828781a2 /app
parente261b4b8517ba6d5d5b082f1955836c945fd51fc (diff)
downloadgitlab-ce-cd06310123facb94a5fca42f18166c82d843a0f8.tar.gz
Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-steps
Diffstat (limited to 'app')
-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