From ac67498351ac4da9b6260e2cfcec82deeb904f3a Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Sun, 16 Jun 2019 13:29:40 +1000 Subject: [PATCH] Tell gitlab to fetch submodules - Add flag to GitLab config file that fetches the top-level submodules only, the 'normal' strategy. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b21fd7ba94..563830dd73 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: variables: CARGO_HOME: /cache/cargocache + GIT_SUBMODULE_STRATEGY: normal check-fmt: stage: test