Merge branch 'docs/remove-defunct-global-var-reset' into 'master'

[docs] Stop documenting defunct global variables reset

Closes gitlab-runner#3320

See merge request gitlab-org/gitlab-ce!21447
This commit is contained in:
Grzegorz Bizon 2018-11-28 11:41:25 +00:00
commit 0f800a5c05
1 changed files with 0 additions and 7 deletions

View File

@ -1821,13 +1821,6 @@ These variables can be later used in all executed commands and scripts.
The YAML-defined variables are also set to all created service containers,
thus allowing to fine tune them.
To turn off global defined variables in a specific job, define an empty hash:
```yaml
job_name:
variables: {}
```
Except for the user defined variables, there are also the ones [set up by the
Runner itself](../variables/README.md#predefined-variables-environment-variables).
One example would be `CI_COMMIT_REF_NAME` which has the value of