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
This commit is contained in:
Evan Read 2019-01-20 23:13:36 +00:00
commit 62f8973f2d
1 changed files with 5 additions and 0 deletions

View File

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