fix $CI_JOB_ID variable

introduced with rename variables commit: a084437b5c
This commit is contained in:
Elan Ruusamäe 2017-04-27 14:12:29 +00:00
parent 6ae76738dd
commit 54abddf1e0
1 changed files with 1 additions and 1 deletions

View File

@ -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,