Skip to content
Snippets Groups Projects
Commit 4f4e123e authored by Tom Elliff's avatar Tom Elliff
Browse files

Fix docs for GIT_CHECKOUT Gitlab Runner configuration

parent f2b7da8a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1293,7 +1293,7 @@ to the CI pipeline:
```yaml
variables:
GIT_STRATEGY: clone
GIT_CHECKOUT: false
GIT_CHECKOUT: "false"
script:
- git checkout master
- git merge $CI_BUILD_REF_NAME
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