From b7324011db70079bf8199484e93a81570ef6a05c Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Fri, 29 Jan 2021 07:53:54 -0800 Subject: [PATCH] sumodule stuff --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 396ac5a..3915336 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,8 @@ +variables: + GIT_SUBMODULE_STRATEGY: recursive before_script: - - ls - - ls apps + - git submodule sync --recursive + - git submodule update --init --recursive include: - local: 'ci_templates/.cic-template.yml'