summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorJohan Brandhorst <johan@cognitivelogic.com>2017-03-27 13:29:42 +0000
committerJohan Brandhorst <johan@cognitivelogic.com>2017-03-27 13:29:42 +0000
commit422f015a5a4b55cb26e5458f15886137512bdb11 (patch)
treebe81400dca31899d0b1824a3f62b0f944b9820a7 /doc/ci
parent40e3a70165a97526edc0caee228bc7b75f62534c (diff)
downloadgitlab-ce-422f015a5a4b55cb26e5458f15886137512bdb11.tar.gz
Correct example value variable name.
CI_REPOSITORY_URL is the correct name.
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"