Add how to use reserved words in gitlab-ci.yml

This commit is contained in:
Fabio Busatto 2017-09-27 09:56:19 +00:00 committed by Achilleas Pipinellis
parent 9034227749
commit 8091cfc51d
1 changed files with 5 additions and 0 deletions

View File

@ -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