Tell gitlab to fetch submodules
- Add flag to GitLab config file that fetches the top-level submodules only, the 'normal' strategy.
This commit is contained in:
parent
b6e4e48333
commit
ac67498351
@ -8,6 +8,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
CARGO_HOME: /cache/cargocache
|
CARGO_HOME: /cache/cargocache
|
||||||
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
check-fmt:
|
check-fmt:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user