summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-01-20 23:13:36 +0000
committerEvan Read <eread@gitlab.com>2019-01-20 23:13:36 +0000
commit62f8973f2d63e4a07df20150cfceba07b1cd5574 (patch)
treea96b62a95dae886bc1bbf291575adcab2a89d61d
parentd4d4ebadfb373518013382560b1f505eb6217f13 (diff)
parent5799d44e6f66e26770fd666e2e7ff92f2e98d7cd (diff)
downloadgitlab-ce-62f8973f2d63e4a07df20150cfceba07b1cd5574.tar.gz
Merge branch 'docs-add-git-strategy-note' into 'master'
add a note that GIT_STRATEGY is not supported for k8s executor See merge request gitlab-org/gitlab-ce!23974
-rw-r--r--doc/ci/yaml/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index d7ab6fc506d..fb69d888b94 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2026,6 +2026,11 @@ variables:
GIT_STRATEGY: none
```
+NOTE: **Note:** `GIT_STRATEGY` is not supported for
+[Kubernetes executor](https://docs.gitlab.com/runner/executors/kubernetes.html),
+but may be in the future. See the [support Git strategy with Kubernetes executor feature proposal](https://gitlab.com/gitlab-org/gitlab-runner/issues/3847)
+for updates.
+
### Git submodule strategy
> Requires GitLab Runner v1.10+.