提交 35083dc9 编写于 作者: G Grzegorz Bizon

Merge branch 'fix_explanation_of_job_level_variable_override' into 'master'

Update explanation of job-level variable override to fit example

See merge request !11923
......@@ -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:
......
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册