From 28c5aedb1a4d9d7af6f4365fd7d6985c90b0992b Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Mon, 24 Jan 2022 13:18:33 +0100 Subject: [PATCH] now using recursive git submodule strategy --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c37579..00516b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,8 @@ stages: Build: stage: build + variables: + GIT_SUBMODULE_STRATEGY: recursive script: - make all - echo VERSION=$(cat version) >> variables.env