Skip to content
Snippets Groups Projects
Commit 846b478d authored by Sébastien's avatar Sébastien Committed by Grzegorz Bizon
Browse files

Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables"

parent 39340e42
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -122,7 +122,7 @@ global defined variables in your job, define an empty array:
 
```yaml
job_name:
variables: []
variables: {}
```
 
You are able to use other variables inside your variable definition (or escape them with `$$`):
Loading
Loading
Loading
Loading
@@ -438,7 +438,7 @@ in your job, define an empty array:
 
```yaml
job_name:
variables: []
variables: {}
```
 
Job variables priority is defined in the [variables documentation][variables].
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment