Skip to content
Snippets Groups Projects
Commit 54abddf1 authored by Elan Ruusamäe's avatar Elan Ruusamäe
Browse files

fix $CI_JOB_ID variable

introduced with rename variables commit: a084437b
parent 6ae76738
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!10966fix $CI_JOB_ID variable
Loading
Loading
@@ -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,
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