summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-06 22:54:47 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-05-06 22:54:47 +0000
commit8a991e8a87630792ac64428b46a705f07abf7a39 (patch)
treed3f1230e8fa989cf68fce3060f786845b3d475b6
parent6a035c6013c628f1534b8229a0d53db994474166 (diff)
downloadgitlab-ce-8a991e8a87630792ac64428b46a705f07abf7a39.tar.gz
recursive/nested includes supported now
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 99e4c64ff86..28699ac1c9b 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1764,9 +1764,6 @@ TIP: **Tip:**
Use merging to customize and override included CI/CD configurations with local
definitions.
-Recursive includes are not supported. Your external files should not use the
-`include` keyword as it will be ignored.
-
NOTE: **Note:**
Using YAML aliases across different YAML files sourced by `include` is not
supported. You must only refer to aliases in the same file. Instead