Skip to content
Snippets Groups Projects
Commit a137f980 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Merge branch 'patch-8' into 'master'

fix $CI_JOB_ID variable

See merge request !10966
parents 133d2bb4 54abddf1
No related branches found
No related tags found
4 merge requests!2131CE => EE 9.3 RC2,!2122Merge RC2 into 9.3 (actually-stable),!2106Add RC2 changes to 9-3-stable-ee,!1920CE upstream - Wednesday
......@@ -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,
......
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