summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tanayno <atanayno@gitlab.com>2018-12-25 12:10:14 +0700
committerAlexander Tanayno <atanayno@gitlab.com>2018-12-25 12:10:14 +0700
commit8d0436954b103df6616ac04f2fef7f4fb543d3f9 (patch)
tree5f30661c5c50daf56b60ba032dc9b8e0f0e7f2c8
parent5ff473fdddbb099c5df3521ea3efebe918bdd9a8 (diff)
downloadgitlab-ce-8d0436954b103df6616ac04f2fef7f4fb543d3f9.tar.gz
Add note about unsupported GIT_STRATEGY for k8s executor
-rw-r--r--doc/ci/yaml/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 057903f09ee..0b1059894fa 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1908,8 +1908,11 @@ variables:
GIT_STRATEGY: none
```
-CAUTION: **Warning:** `GIT_STRATEGY` is not supported for Kubernetes
-executor at the moment.
+NOTE: **Note:** `GIT_STRATEGY` is not supported for
+[Kubernetes executor](https://docs.gitlab.com/runner/executors/kubernetes.html).
+It is being considered for implementation in scope of the feature proposal
+[Support git strategy with Kubernetes executor](https://gitlab.com/gitlab-org/gitlab-runner/issues/3847).
+
### Git submodule strategy