Skip to content
Snippets Groups Projects
Commit fd5c86aa authored by Patrick Thaele's avatar Patrick Thaele
Browse files

Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.

parent 5e669170
No related branches found
No related tags found
No related merge requests found
Loading
@@ -76,8 +76,8 @@ export CI_RUNNER_DESCRIPTION="my runner"
Loading
@@ -76,8 +76,8 @@ export CI_RUNNER_DESCRIPTION="my runner"
export CI_RUNNER_TAGS="docker, linux" export CI_RUNNER_TAGS="docker, linux"
export CI_SERVER="yes" export CI_SERVER="yes"
export CI_SERVER_NAME="GitLab" export CI_SERVER_NAME="GitLab"
export CI_SERVER_REVISION="8.9.0" export CI_SERVER_REVISION="70606bf"
export CI_SERVER_VERSION="70606bf" export CI_SERVER_VERSION="8.9.0"
``` ```
   
### YAML-defined variables ### YAML-defined variables
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