Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTor Bechmann Yamamoto-Sørensen <tor@netlab.jp>2017-06-06 10:55:24 +0300
committerTor Bechmann Yamamoto-Sørensen <tor@netlab.jp>2017-06-06 10:59:53 +0300
commitc4878a762fe9cc90022277e5f559fa0c169e09e0 (patch)
treebed8b48141a59d3cf0c383383ac5b2dd3c93011a /doc
parent9bc89323902b499ba5a4dbc1a5aaa15874f6399e (diff)
Update explanation of job-level variable override to fit example
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/variables/README.md2
-rw-r--r--doc/ci/yaml/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 56ff245f9f9..23c93c59604 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -120,7 +120,7 @@ The YAML-defined variables are also set to all created
tune them.
Variables can be defined at a global level, but also at a job level. To turn off
-global defined variables in your job, define an empty array:
+global defined variables in your job, define an empty hash:
```yaml
job_name:
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 2c9aa437932..dd4b589d37c 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -434,7 +434,7 @@ but allows you to define job-specific variables.
When the `variables` keyword is used on a job level, it overrides the global YAML
job variables and predefined ones. To turn off global defined variables
-in your job, define an empty array:
+in your job, define an empty hash:
```yaml
job_name: