summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorJö <ux2imgvt8j@jorrit.de>2018-08-31 09:04:51 +0000
committerJö <ux2imgvt8j@jorrit.de>2018-08-31 09:04:51 +0000
commitcc11a06c6d98dc4e658563f2170c2938cadebb9d (patch)
tree19fa3b096c31a06d5a622b7a7439c2a9cf20808e /doc/ci/yaml
parent9c491bc628f5a72424b82bb01e2457150bf2e71c (diff)
downloadgitlab-ce-cc11a06c6d98dc4e658563f2170c2938cadebb9d.tar.gz
Stop documenting defunct global variables reset.
Resetting global variables on a per-job level does not work, see <https://gitlab.com/gitlab-org/gitlab-runner/issues/3320>.
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index abba748db8b..08a788b5a38 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1280,13 +1280,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