summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-15 07:21:20 +0000
committerRémy Coutable <remy@rymai.me>2017-05-15 07:21:20 +0000
commita137f980e810c9866d13659f3be4d86d3798ab2d (patch)
treed3ceb89be1292934f2f9a501699c1cca0dcb3a38
parent133d2bb40a6c8516a8c8c487f347fa99bd7e907c (diff)
parent54abddf1e046e2cca076505914c50d0fa6e18751 (diff)
downloadgitlab-ce-a137f980e810c9866d13659f3be4d86d3798ab2d.tar.gz
Merge branch 'patch-8' into 'master'
fix $CI_JOB_ID variable See merge request !10966
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 045d3821f66..9a3bbcf2853 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -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,