Add a note that GIT_STRATEGY is not supported for k8s executor

This commit is contained in:
Alexander Tanayno 2018-12-21 07:24:03 +00:00
parent ba5a9033cf
commit 5799d44e6f

View file

@ -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+.