diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-02-25 18:19:56 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-03-03 13:23:11 +0200 |
commit | d919ecad9f0b59d55f67c36a02193b23b98511a5 (patch) | |
tree | 6d27ff4ac8a61a74fa8f9c9adf73a4020f76a0a2 | |
parent | 83835d271fa8fb04fae5c422afeacfba6f061629 (diff) | |
download | gitlab-ci-d919ecad9f0b59d55f67c36a02193b23b98511a5.tar.gz |
token instruction page: improve with url
-rw-r--r-- | app/views/runners/index.html.haml | 4 |
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} |