Commit 54abddf1 authored by Elan Ruusamäe's avatar Elan Ruusamäe

fix $CI_JOB_ID variable

introduced with rename variables commit: a084437b
parent 6ae76738
...@@ -333,7 +333,7 @@ prefix the variable name with the dollar sign (`$`): ...@@ -333,7 +333,7 @@ prefix the variable name with the dollar sign (`$`):
``` ```
job_name: job_name:
script: script:
- echo $CI_job_ID - echo $CI_JOB_ID
``` ```
You can also list all environment variables with the `export` command, 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