From 5031eccb710c47cef697dda8bfe8a9ddbf902061 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 17 Dec 2018 10:49:20 +0200 Subject: Update `include` parameter usage description [ci skip] --- doc/ci/yaml/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 5d87a5c0a1f..e94b5211d59 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1678,9 +1678,9 @@ 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: +You can include your extra YAML file either as a single string or +as an array of multiple values. You can also use full paths or +relative URLs. The following examples are both valid: ```yaml # Single string -- cgit v1.2.1