summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-22 01:43:29 +0000
committerEvan Read <eread@gitlab.com>2018-11-22 01:43:29 +0000
commit11c6596c057b675a846ff6eeff46c12f49372180 (patch)
tree5b06a7c73e6e94dfc771c0c59ab34148eb5c4faa
parent8e11f1fa89d4064d9de402c40e2b6cfeb3e91949 (diff)
parentd5867f0c5c1eb12e5514560feefbd367fc38d40d (diff)
downloadgitlab-ce-11c6596c057b675a846ff6eeff46c12f49372180.tar.gz
Merge branch '53596-mention-required-file-extension-yaml-include-docs' into 'master'
Update docs for include to mention required file extension Closes #53596 See merge request gitlab-org/gitlab-ce!23048
-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 66743ea0e47..02f198dbd67 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1634,6 +1634,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: