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
No known key found for this signature in database
GPG Key ID: 77B1309D2E54E914

View File

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