From 2afc3dce63c2440f03532724294f56d8d30eed10 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Thu, 16 Feb 2023 19:45:23 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7863292..f8a8748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,12 @@ Build: - autoscale except: - merge_requests + # checkout our submodules + variables: + GIT_SUBMODULE_STRATEGY: recursive + before_script: + - git submodule sync + - git submodule update --init --recursive script: - make $DISTRO - echo VERSION=$(cat version) >> variables.env