summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustafa YILDIRIM <ege6218@gmail.com>2017-04-03 12:19:11 +0000
committerMustafa YILDIRIM <ege6218@gmail.com>2017-04-03 12:19:11 +0000
commit2fa10f57c2cde8d77413c18078a445011f8bd015 (patch)
tree9347793712059d0c7acb2c5d0e6ef5ac9576f9d9
parente7e9307219d1c81427f95444b36471c519dc06c2 (diff)
downloadgitlab-ce-2fa10f57c2cde8d77413c18078a445011f8bd015.tar.gz
fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token.
-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 b35caf672a8..53c29a4fd98 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_URL="https://gitab-ci-token:abcde-1234ABCD5678ef@example.com/gitlab-org/gitlab-ce.git"
+export CI_REPOSITORY_URL="https://gitlab-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"