Commit a137f980 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'patch-8' into 'master'

fix $CI_JOB_ID variable

See merge request !10966
parents 133d2bb4 54abddf1
......@@ -333,7 +333,7 @@ prefix the variable name with the dollar sign (`$`):
```
job_name:
script:
- echo $CI_job_ID
- echo $CI_JOB_ID
```
You can also list all environment variables with the `export` command,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment