diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-12-17 10:49:20 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2019-01-03 14:43:15 +0200 |
commit | 5031eccb710c47cef697dda8bfe8a9ddbf902061 (patch) | |
tree | 8cba5e68a0d97d6213b760b46dbeb2e1c44f3a2e /doc | |
parent | 4484a925ab04e5fc8245ca5bb68076101f862bf6 (diff) | |
download | gitlab-ce-5031eccb710c47cef697dda8bfe8a9ddbf902061.tar.gz |
Update `include` parameter usage description [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 6 |
1 files 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 |