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
460b0d9d
Commit
460b0d9d
authored
Mar 15, 2022
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about duplicate includes
parent
387a8d04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+3
-1
No files found.
doc/ci/yaml/index.md
View file @
460b0d9d
...
@@ -135,7 +135,9 @@ The `include` files are:
...
@@ -135,7 +135,9 @@ The `include` files are:
-
Always evaluated first and then merged with the content of the
`.gitlab-ci.yml`
file,
-
Always evaluated first and then merged with the content of the
`.gitlab-ci.yml`
file,
regardless of the position of the
`include`
keyword.
regardless of the position of the
`include`
keyword.
You can
[
nest
](
includes.md#use-nested-includes
)
up to 100 includes, but you can't have duplicate includes.
You can
[
nest
](
includes.md#use-nested-includes
)
up to 100 includes. In
[
GitLab 14.9 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/28987
)
,
the same file can be included multiple times in nested includes, but duplicates are ignored.
In
[
GitLab 12.4 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/28212
)
,
In
[
GitLab 12.4 and later
](
https://gitlab.com/gitlab-org/gitlab/-/issues/28212
)
,
the time limit to resolve all files is 30 seconds.
the time limit to resolve all files is 30 seconds.
...
...
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