Fix: Switch sample values for $CI_SERVER_REVISION and $CI_SERVER_VERSION.
This commit is contained in:
parent
5e66917014
commit
fd5c86aa2d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue