Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-09-27 12:56:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-27 12:56:19 +0300
commit8091cfc51de93da1826f4170717b9648afd621a8 (patch)
treec60556a2683a9eb50fa1162be520e949fdc4120a /doc
parent90342277492adcb01d94f131f18177cfb6f6e599 (diff)
Add how to use reserved words in gitlab-ci.yml
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index aad81843299..38bd0450a09 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1570,6 +1570,11 @@ Read more on [GitLab Pages user documentation](../../user/project/pages/index.md
Each instance of GitLab CI has an embedded debug tool called Lint.
You can find the link under `/ci/lint` of your gitlab instance.
+## Using reserved keywords
+
+If you get validation error when using specific values (e.g., `true` or `false`),
+try to quote them, or change them to a different form (e.g., `/bin/true`).
+
## Skipping jobs
If your commit message contains `[ci skip]` or `[skip ci]`, using any