Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-01-23 21:35:13 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-01-23 21:35:13 +0300
commit44bdfa1a37c083070a1f20e89f886bbe6394f6e2 (patch)
tree64eeb12421573d1f0b0f1b3d285d9aeb28897a3c /doc
parentb443c9b0f1613e3f03672523afd44f131830a85c (diff)
parent4f4e123e2ecbf2f3c0284e10c625ca8a832de0e2 (diff)
Merge branch 'fix-gitlab-runner-2652' into 'master'
Fix docs for GIT_CHECKOUT Gitlab Runner configuration Closes gitlab-runner#2652 See merge request gitlab-org/gitlab-ce!16522
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 82052cc0376..4a650303d45 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -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