summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/runners/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/runners/index.html.haml b/app/views/runners/index.html.haml
index 8612bb8..b71da50 100644
--- a/app/views/runners/index.html.haml
+++ b/app/views/runners/index.html.haml
@@ -11,7 +11,9 @@
%li
Install GitLab Runner software.
Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it
-
+ %li
+ Specify following URL during runner setup:
+ %code #{root_url(only_path: false)}
%li
Use the following registration token during setup:
%code #{@project.token}