diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-08 00:28:23 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-13 22:06:13 -0700 |
commit | db656a3987131816d47897b2424821b19ca147b0 (patch) | |
tree | 7948aa3076001e8298396e565e83b24e0a7f6c80 /doc/ci/runners | |
parent | 6ca1370c92dcf074af73562fb0fd613c8af45ce1 (diff) | |
download | gitlab-ce-db656a3987131816d47897b2424821b19ca147b0.tar.gz |
Fix more references to old gitlab-runner
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index b42d7a62ebc..400784da617 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -63,10 +63,10 @@ instance. Now simply register the runner as any runner: ``` -sudo gitlab-runner register +sudo gitlab-ci-multi-runner register ``` -Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the +Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the `DISABLE SHARED RUNNERS` button. Previous versions of GitLab defaulted shared runners to disabled. @@ -93,7 +93,7 @@ setup a specific runner for this project. To register the runner, run the command below and follow instructions: ``` -sudo gitlab-runner register +sudo gitlab-ci-multi-runner register ``` ### Making an existing Shared Runner Specific |