diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-03 19:23:04 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-03 19:23:04 +0000 |
commit | feffb36dea7830deefd1e756fbe2a82301df2061 (patch) | |
tree | 451cf03c5caa5ad90f5327548445f1497b1ecac7 | |
parent | dc5e41736d3d6310967868ef3595e05089edb2fc (diff) | |
parent | d919ecad9f0b59d55f67c36a02193b23b98511a5 (diff) | |
download | gitlab-ci-feffb36dea7830deefd1e756fbe2a82301df2061.tar.gz |
Merge branch 'token_instruction_page' into 'master'
Token instruction page: improve with url
Fixes #156
See merge request !119
-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} |