Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
cf31bcf7
Commit
cf31bcf7
authored
Sep 22, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Copyedit the CI build permissions doc
[ci skip]
parent
04d78148
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/project/new_ci_build_permissions_model.md
doc/user/project/new_ci_build_permissions_model.md
+3
-3
No files found.
doc/user/project/new_ci_build_permissions_model.md
View file @
cf31bcf7
...
@@ -163,7 +163,7 @@ the container registry.
...
@@ -163,7 +163,7 @@ the container registry.
>
>
It often happens that while working on one project, you need to use another
It often happens that while working on one project, you need to use another
project from within it
. P
erhaps it’s a library that a third party developed or
project from within it
; p
erhaps it’s a library that a third party developed or
you’re developing a project separately and are using it in multiple parent
you’re developing a project separately and are using it in multiple parent
projects.
projects.
A common issue arises in these scenarios: you want to be able to treat the two
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
...
@@ -181,7 +181,7 @@ If dealing with submodules, your project will probably have a file named
```
```
> **Note:**
> **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`
around this issue in order to access the sources of
`gitlab.com/group/tools`
(e.g., use
[
SSH keys
](
../ssh_keys/README.md
)
).
(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
...
@@ -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
can access. More information about how this system works can be found in the
[
Build permissions model
](
../../user/permissions.md#builds-permissions
)
.
[
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.
use a relative URL.
Let's consider the following example:
Let's consider the following example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment