From 5799d44e6f66e26770fd666e2e7ff92f2e98d7cd Mon Sep 17 00:00:00 2001 From: Alexander Tanayno Date: Fri, 21 Dec 2018 07:24:03 +0000 Subject: [PATCH] Add a note that GIT_STRATEGY is not supported for k8s executor --- doc/ci/yaml/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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+.