diff options
author | Mark Chao <mchao@gitlab.com> | 2018-05-22 18:16:06 +0800 |
---|---|---|
committer | Mark Chao <mchao@gitlab.com> | 2018-06-06 21:01:43 +0900 |
commit | d5a303cf4d1d0182bb5462ca85beb29a5a821700 (patch) | |
tree | fa9ffd0368f9bd8d7b1b72af190459b5142cf3f3 /doc/ci/runners | |
parent | 7c965a24f51ca93196c27880843a6d187ea063cc (diff) | |
download | gitlab-ce-d5a303cf4d1d0182bb5462ca85beb29a5a821700.tar.gz |
Doc update
Diffstat (limited to 'doc/ci/runners')
-rw-r--r-- | doc/ci/runners/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ci/runners/README.md b/doc/ci/runners/README.md index 703a7f030ed..8f1ff190804 100644 --- a/doc/ci/runners/README.md +++ b/doc/ci/runners/README.md @@ -84,7 +84,7 @@ visit the project you want to make the Runner work for in GitLab: ## Registering a group Runner -Creating a group Runner requires Master permissions for the group. To create a +Creating a group Runner requires Maintainer permissions for the group. To create a group Runner visit the group you want to make the Runner work for in GitLab: 1. Go to **Settings > CI/CD** to obtain the token @@ -120,9 +120,9 @@ To lock/unlock a Runner: ## Assigning a Runner to another project -If you are Master on a project where a specific Runner is assigned to, and the +If you are Maintainer on a project where a specific Runner is assigned to, and the Runner is not [locked only to that project](#locking-a-specific-runner-from-being-enabled-for-other-projects), -you can enable the Runner also on any other project where you have Master permissions. +you can enable the Runner also on any other project where you have Maintainer permissions. To enable/disable a Runner in your project: @@ -132,7 +132,7 @@ To enable/disable a Runner in your project: > **Note**: Consider that if you don't lock your specific Runner to a specific project, any -user with Master role in you project can assign your Runner to another arbitrary +user with Maintainer role in you project can assign your Runner to another arbitrary project without requiring your authorization, so use it with caution. An admin can enable/disable a specific Runner for projects: |