Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-09 11:06:02 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-06-09 11:06:02 +0300
commit4d277b9c747cb0bf14b6c6a88de228083be7f580 (patch)
tree98fdfb7ecdbbd5db3076b3d1031fc4401b188be4 /doc/ci/runners/README.md
parentf59d972d5f51792bf3d432908eeb09c6865c977c (diff)
Updated doc description according to feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4093#note_12345562
Diffstat (limited to 'doc/ci/runners/README.md')
-rw-r--r--doc/ci/runners/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md
index bd654e655d6..49b283c43c8 100644
--- a/doc/ci/runners/README.md
+++ b/doc/ci/runners/README.md
@@ -98,9 +98,10 @@ sudo gitlab-runner register
### Lock a specific runner from being enabled from other projects
-You can configure a runner to prevent it from being enabled for the other
-projects, so it's exclusive to current projects. This setting is available
-on each runner in *Project Settings* > *Runners*.
+You can configure a runner to assign it exclusively to the one project.
+When a runner is locked on project this way, it can no longer be enabled
+for other projects. This setting is available on each runner in
+*Project Settings* > *Runners*.
### Making an existing Shared Runner Specific