diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-22 16:38:26 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-22 16:38:26 +0300 |
commit | 76c8233b30d4d912bd7eb2599d71dc3249e8e2b9 (patch) | |
tree | c842fbd357b89d3c33cccf570954c6047f90d653 /doc | |
parent | c146c3e5d21dab5c010cc3062c8b10fb12e31f05 (diff) | |
download | gitlab-ce-76c8233b30d4d912bd7eb2599d71dc3249e8e2b9.tar.gz |
s/project/build
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/new_ci_build_permissions_model.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md index 05aaa38d31e..099f98d8581 100644 --- a/doc/user/project/new_ci_build_permissions_model.md +++ b/doc/user/project/new_ci_build_permissions_model.md @@ -68,7 +68,7 @@ Let's consider the following scenario: ## Build token -A unique build token is generated for each project and it allows the user to +A unique build token is generated for each build and it allows the user to access all projects that would be normally accessible to the user creating that build. |