From d5867f0c5c1eb12e5514560feefbd367fc38d40d Mon Sep 17 00:00:00 2001 From: Daniel Fernau Date: Wed, 14 Nov 2018 10:25:56 +0000 Subject: [PATCH] Update doc/ci/yaml/README.md --- doc/ci/yaml/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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: