diff options
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 4c170056a49..a5232085857 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -2213,6 +2213,10 @@ spinach: script: rake spinach ``` +#### Multiple `extends` + +> Introduced in GitLab 12.0 + 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. |