summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-03-27 16:19:19 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-03-27 16:19:19 +0000
commit5f9bdcd0cb6efb54570215f9a5c0bbb7af3a1c2f (patch)
tree2c26e5f082c5d08d0eb25cbb485108630247c7ee /doc/ci
parentaeff506a4ea247bd912de967e43dd34dd5fad453 (diff)
parent422f015a5a4b55cb26e5458f15886137512bdb11 (diff)
downloadgitlab-ce-5f9bdcd0cb6efb54570215f9a5c0bbb7af3a1c2f.tar.gz
Merge branch 'patch-16' into 'master'
Correct example value variable name. See merge request !10256
Diffstat (limited to 'doc/ci')
-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 4e9094cb0f1..b35caf672a8 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -352,7 +352,7 @@ Example values:
export CI_JOB_ID="50"
export CI_COMMIT_SHA="1ecfd275763eff1d6b4844ea3168962458c9f27a"
export CI_COMMIT_REF_NAME="master"
-export CI_REPOSITORY="https://gitab-ci-token:abcde-1234ABCD5678ef@example.com/gitlab-org/gitlab-ce.git"
+export CI_REPOSITORY_URL="https://gitab-ci-token:abcde-1234ABCD5678ef@example.com/gitlab-org/gitlab-ce.git"
export CI_COMMIT_TAG="1.0.0"
export CI_JOB_NAME="spec:other"
export CI_JOB_STAGE="test"