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:
Achilleas Pipinellis 2016-01-11 11:32:10 +00:00
commit 5270cc6958

View file

@ -62,8 +62,9 @@ Now simply register the runner as any runner:
sudo gitlab-runner register
```
Note that you will have to enable `Allows shared runners` for each project
that you want to make use of a shared runner. This is by default `off`.
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.
## Registering a Specific Runner