diff options
author | Luke Waite <lwaite@intouchinsight.com> | 2016-01-09 19:02:34 -0500 |
---|---|---|
committer | Luke Waite <lwaite@intouchinsight.com> | 2016-01-10 08:29:50 -0500 |
commit | e6dbbafd0ad372514fc509af36540936803720b8 (patch) | |
tree | a4b90fddb9311821e29292d323f7a030561d59b0 /doc/ci/runners/README.md | |
parent | c81647ae8c5dc68ac8d7dd2970a53b31bc656a1d (diff) | |
download | gitlab-ce-e6dbbafd0ad372514fc509af36540936803720b8.tar.gz |
Update docs for shared runner default settings
Fixes #5993
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r-- | doc/ci/runners/README.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 68dcfe23ffb..295d953db11 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -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 |