summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2018-12-21 07:24:03 +0000
committerAlexander Tanayno <atanayno@gitlab.com>2019-01-18 14:25:26 +0800
commit5799d44e6f66e26770fd666e2e7ff92f2e98d7cd (patch)
treef7223523e2b2a103036c7245e7b02849a3c0674d
parentba5a9033cfefe72897c7e0e13950011a9dee8e80 (diff)
downloadgitlab-ce-5799d44e6f66e26770fd666e2e7ff92f2e98d7cd.tar.gz
Add a note that GIT_STRATEGY is not supported for k8s executor
-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 efee2852eb8..27b5194c756 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1988,6 +1988,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+.