Commit 62f8973f authored by Evan Read's avatar Evan Read

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
parents d4d4ebad 5799d44e
......@@ -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+.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment