Commit 4f4e123e authored by Tom Elliff's avatar Tom Elliff

Fix docs for GIT_CHECKOUT Gitlab Runner configuration

Should fix https://gitlab.com/gitlab-org/gitlab-runner/issues/2652
parent f2b7da8a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment