Commit 11c6596c authored by Evan Read's avatar Evan Read

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
parents 8e11f1fa d5867f0c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment