Updated doc description according to feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12345562
This commit is contained in:
Lin Jen-Shin 2016-06-09 16:06:02 +08:00
parent f59d972d5f
commit 4d277b9c74

View file

@ -98,9 +98,10 @@ sudo gitlab-runner register
### Lock a specific runner from being enabled from other projects ### Lock a specific runner from being enabled from other projects
You can configure a runner to prevent it from being enabled for the other You can configure a runner to assign it exclusively to the one project.
projects, so it's exclusive to current projects. This setting is available When a runner is locked on project this way, it can no longer be enabled
on each runner in *Project Settings* > *Runners*. for other projects. This setting is available on each runner in
*Project Settings* > *Runners*.
### Making an existing Shared Runner Specific ### Making an existing Shared Runner Specific