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:
Luke Anderson
2019-06-16 13:29:40 +10:00
committed by Michael Sproul
parent b6e4e48333
commit ac67498351

View File

@@ -8,6 +8,7 @@ stages:
variables:
CARGO_HOME: /cache/cargocache
GIT_SUBMODULE_STRATEGY: normal
check-fmt:
stage: test