Merge branch 'doc-update' into 'master'
Update docs for shared runner default settings GitLab 8.2 updated shared runners to default to `ENABLED` on all projects. Fixes #5993 See merge request !2358
This commit is contained in:
commit
5270cc6958
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@ Now simply register the runner as any runner:
|
||||||
sudo gitlab-runner register
|
sudo gitlab-runner register
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that you will have to enable `Allows shared runners` for each project
|
Shared runners are enabled by default as of GitLab 8.2, but can be disabled with the
|
||||||
that you want to make use of a shared runner. This is by default `off`.
|
`DISABLE SHARED RUNNERS` button. Previous versions of GitLab defaulted shared runners to
|
||||||
|
disabled.
|
||||||
|
|
||||||
## Registering a Specific Runner
|
## Registering a Specific Runner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue