Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Leary 🐢 <boleary@gitlab.com>2019-06-17 16:44:23 +0300
committerBrendan O'Leary 🐢 <boleary@gitlab.com>2019-06-17 16:44:23 +0300
commit522deb20e1de55265b52229c2ae5b47660270d90 (patch)
tree2dcdbc401712f9bb613ea37f53710de13a1a2ece
parentcdc2926946917d78582d3935c2a772a890eb4063 (diff)
Update doc/ci/yaml/README.mddocs/add-multiple-extends-header
-rw-r--r--doc/ci/yaml/README.md4
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.