Skip to content
Snippets Groups Projects
Commit 5f9bdcd0 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'patch-16' into 'master'

Correct example value variable name.

See merge request !10256
parents aeff506a 422f015a
No related branches found
No related tags found
No related merge requests found
Loading
@@ -352,7 +352,7 @@ Example values:
Loading
@@ -352,7 +352,7 @@ Example values:
export CI_JOB_ID="50" export CI_JOB_ID="50"
export CI_COMMIT_SHA="1ecfd275763eff1d6b4844ea3168962458c9f27a" export CI_COMMIT_SHA="1ecfd275763eff1d6b4844ea3168962458c9f27a"
export CI_COMMIT_REF_NAME="master" 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_COMMIT_TAG="1.0.0"
export CI_JOB_NAME="spec:other" export CI_JOB_NAME="spec:other"
export CI_JOB_STAGE="test" export CI_JOB_STAGE="test"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment