Add a note that GIT_STRATEGY is not supported for k8s executor
This commit is contained in:
parent
ba5a9033cf
commit
5799d44e6f
1 changed files with 5 additions and 0 deletions
|
@ -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+.
|
||||
|
|
Loading…
Reference in a new issue