Commit 74648117 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-using-reserved-keywords-in-gitlab-ci-yml' into 'master'

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

See merge request gitlab-org/gitlab-ce!14516
parents 90342277 8091cfc5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment