diff options
author | Daniel Fernau <gitlab@danielfernau.com> | 2018-11-14 10:25:56 +0000 |
---|---|---|
committer | Daniel Fernau <gitlab@danielfernau.com> | 2018-11-14 10:25:56 +0000 |
commit | d5867f0c5c1eb12e5514560feefbd367fc38d40d (patch) | |
tree | 4fa206fd93bd55620c92f00bdc4773e01107298f /doc/ci | |
parent | f31aea1722c11263b17d01e4ac2f8ba214ffcd0f (diff) | |
download | gitlab-ce-d5867f0c5c1eb12e5514560feefbd367fc38d40d.tar.gz |
Update doc/ci/yaml/README.md
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
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: |