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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b32d861b
Commit
b32d861b
authored
Mar 12, 2019
by
Elan Ruusamäe
Committed by
Evan Read
Mar 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/ci/yaml: correct recursive expanded includes documentation
parent
b1d4cea7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
No files found.
doc/ci/yaml/README.md
View file @
b32d861b
...
...
@@ -1756,7 +1756,7 @@ include:
```
All
[
nested includes
](
#nested-includes
)
will be executed in the scope of the target project,
so it is possible to use
d
local (relative to target project), project, remote
so it is possible to use local (relative to target project), project, remote
or template includes.
#### `include:template`
...
...
@@ -1802,7 +1802,7 @@ configuration), you have to re-create pipeline.
#### Nested includes
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/5
3903) in GitLab 11.7
.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/5
6836) in GitLab 11.9
.
Nested includes allow you to compose a set of includes.
A total of 50 includes is allowed.
...
...
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