diff options
author | Patrick Thaele <patrick.thaele@falcom.de> | 2016-09-07 12:56:50 +0000 |
---|---|---|
committer | Patrick Thaele <patrick.thaele@falcom.de> | 2016-09-07 12:56:50 +0000 |
commit | fd5c86aa2d1095eb47484b8dc3a29ceb43ad7d1d (patch) | |
tree | e50516cc0c2a0f09f2d5c8399d1a6350529b98d1 /doc | |
parent | 5e66917014090bd002781e7dae2d93cb5937e453 (diff) | |
download | gitlab-ce-fd5c86aa2d1095eb47484b8dc3a29ceb43ad7d1d.tar.gz |
Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 4a7c21f811d..c32831d3aaa 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -76,8 +76,8 @@ export CI_RUNNER_DESCRIPTION="my runner" export CI_RUNNER_TAGS="docker, linux" export CI_SERVER="yes" export CI_SERVER_NAME="GitLab" -export CI_SERVER_REVISION="8.9.0" -export CI_SERVER_VERSION="70606bf" +export CI_SERVER_REVISION="70606bf" +export CI_SERVER_VERSION="8.9.0" ``` ### YAML-defined variables |