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
c28407d3
Commit
c28407d3
authored
Jul 16, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
8cbc344c
90341cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+6
-6
No files found.
doc/ci/yaml/README.md
View file @
c28407d3
...
...
@@ -974,7 +974,7 @@ review_app:
stop_review_app
:
stage
:
deploy
variables
:
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
script
:
make delete-app
when
:
manual
environment
:
...
...
@@ -2221,10 +2221,10 @@ spinach:
script
:
rake spinach
```
I
t's also possible to use multiple parents for
`extends`
.
The algorithm used for merge is "closest scope wins", so keys
from the last member will always shadow anything defined on other levels.
For example:
I
n GitLab 12.0 and later, it's also possible to use multiple parents for
`extends`
. The algorithm used for merge is "closest scope wins", so
keys from the last member will always shadow anything defined on other
levels.
For example:
```
yaml
.only-important
:
...
...
@@ -2644,7 +2644,7 @@ variables:
The value of
`GIT_CLONE_PATH`
is expanded once into
`$CI_BUILDS_DIR/go/src/namespace/project`
, and results in failure
because
`$CI_BUILDS_DIR`
is not expanded.
because
`$CI_BUILDS_DIR`
is not expanded.
## Special YAML features
...
...
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