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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-22 16:56:16 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-22 17:00:05 +0300
commitcf31bcf733385877f7ad4f3ee93e19a5657d6da9 (patch)
tree81b37ae3368d6a3ca12f66fc6bfbbeace47b5d18 /doc/user/project/new_ci_build_permissions_model.md
parent04d7814897059b17bab8e6faf21b5ce4bd154cff (diff)
Copyedit the CI build permissions doc
[ci skip]
Diffstat (limited to 'doc/user/project/new_ci_build_permissions_model.md')
-rw-r--r--doc/user/project/new_ci_build_permissions_model.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/new_ci_build_permissions_model.md b/doc/user/project/new_ci_build_permissions_model.md
index fa49e99faae..e73f60023b5 100644
--- a/doc/user/project/new_ci_build_permissions_model.md
+++ b/doc/user/project/new_ci_build_permissions_model.md
@@ -163,7 +163,7 @@ the container registry.
>
It often happens that while working on one project, you need to use another
-project from within it. Perhaps it’s a library that a third party developed or
+project from within it; perhaps it’s a library that a third party developed or
you’re developing a project separately and are using it in multiple parent
projects.
A common issue arises in these scenarios: you want to be able to treat the two
@@ -181,7 +181,7 @@ If dealing with submodules, your project will probably have a file named
```
> **Note:**
-If you are not using GitLab 8.12 or higher, you would need to work your way
+If you are **not** using GitLab 8.12 or higher, you would need to work your way
around this issue in order to access the sources of `gitlab.com/group/tools`
(e.g., use [SSH keys](../ssh_keys/README.md)).
>
@@ -189,7 +189,7 @@ With GitLab 8.12 onward, your permissions are used to evaluate what a CI build
can access. More information about how this system works can be found in the
[Build permissions model](../../user/permissions.md#builds-permissions).
-To make use of the new changes you have to update your `.gitmodules` file to
+To make use of the new changes, you have to update your `.gitmodules` file to
use a relative URL.
Let's consider the following example: