summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Fernau <gitlab@danielfernau.com>2018-11-14 10:25:56 +0000
committerDaniel Fernau <gitlab@danielfernau.com>2018-11-14 10:25:56 +0000
commitd5867f0c5c1eb12e5514560feefbd367fc38d40d (patch)
tree4fa206fd93bd55620c92f00bdc4773e01107298f
parentf31aea1722c11263b17d01e4ac2f8ba214ffcd0f (diff)
downloadgitlab-ce-d5867f0c5c1eb12e5514560feefbd367fc38d40d.tar.gz
Update doc/ci/yaml/README.md
-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 aab5f268ef9..9a7e5ab9eeb 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1631,6 +1631,10 @@ rspec:
- bundle exec rspec
```
+NOTE: **Note:**
+`include` requires the external YAML files to have the extensions `.yml` or `.yaml`.
+The external file will not be included if the extension is missing.
+
You can define it either as a single string, or, in case you want to include
more than one files, an array of different values . The following examples
are both valid cases: