Commit 12191e86 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-95' into 'master'

Clarify when variables will be overrode

See merge request gitlab-org/gitlab!29005
parents e0af2ce3 c98733e8
......@@ -3588,8 +3588,8 @@ Floats are not legal and cannot be used.
GitLab CI/CD allows you to define variables inside `.gitlab-ci.yml` that are
then passed in the job environment. They can be set globally and per-job.
When the `variables` keyword is used on a job level, it overrides the global
YAML variables and predefined ones.
When the `variables` keyword is used on a job level, it will override the global
YAML variables and predefined ones of the same name.
They are stored in the Git repository and are meant to store non-sensitive
project configuration, for example:
......
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