Skip to content
Snippets Groups Projects
Commit da4fd4c0 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Update documentation to include /ci

parent 7312ab8a
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ func (s *RegisterCommand) addRunner(runner *common.RunnerConfig) { ...@@ -158,7 +158,7 @@ func (s *RegisterCommand) addRunner(runner *common.RunnerConfig) {
} }
func (s *RegisterCommand) askRunner() { func (s *RegisterCommand) askRunner() {
s.URL = s.ask("url", "Please enter the gitlab-ci coordinator URL (e.g. https://ci.gitlab.com/):") s.URL = s.ask("url", "Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/ci):")
if s.Token != "" { if s.Token != "" {
if !common.VerifyRunner(s.URL, s.Token) { if !common.VerifyRunner(s.URL, s.Token) {
......
...@@ -45,8 +45,8 @@ Register the runner: ...@@ -45,8 +45,8 @@ Register the runner:
```bash ```bash
docker exec -it gitlab-runner gitlab-runner register docker exec -it gitlab-runner gitlab-runner register
Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ ) Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/ci )
https://ci.gitlab.org/ https://gitlab.com/ci
Please enter the gitlab-ci token for this runner Please enter the gitlab-ci token for this runner
xxx xxx
Please enter the gitlab-ci description for this runner Please enter the gitlab-ci description for this runner
......
...@@ -22,8 +22,8 @@ Register the runner: ...@@ -22,8 +22,8 @@ Register the runner:
```bash ```bash
gitlab-ci-multi-runner register gitlab-ci-multi-runner register
Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ ) Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/ci )
https://ci.gitlab.org/ https://gitlab.com/ci
Please enter the gitlab-ci token for this runner Please enter the gitlab-ci token for this runner
xxx xxx
Please enter the gitlab-ci description for this runner Please enter the gitlab-ci description for this runner
......
...@@ -33,8 +33,8 @@ Register the runner: ...@@ -33,8 +33,8 @@ Register the runner:
```bash ```bash
sudo gitlab-ci-multi-runner register sudo gitlab-ci-multi-runner register
Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ ) Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/ci )
https://ci.gitlab.org/ https://gitlab.com/ci
Please enter the gitlab-ci token for this runner Please enter the gitlab-ci token for this runner
xxx xxx
Please enter the gitlab-ci description for this runner Please enter the gitlab-ci description for this runner
......
...@@ -20,8 +20,8 @@ Register the runner: ...@@ -20,8 +20,8 @@ Register the runner:
```bash ```bash
gitlab-ci-multi-runner register gitlab-ci-multi-runner register
Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000/ ) Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/ci )
https://ci.gitlab.org/ https://gitlab.com/ci
Please enter the gitlab-ci token for this runner Please enter the gitlab-ci token for this runner
xxx xxx
Please enter the gitlab-ci description for this runner Please enter the gitlab-ci description for this runner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment