From 432595896923551e7142644ca07674f18ce41f31 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 14 Nov 2023 20:19:20 +0100 Subject: [PATCH] Tue Nov 14 08:19:20 PM CET 2023 --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49b373c..c76163f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,11 @@ stages: - release -before_script: - - git submodule sync --recursive - - git submodule update --init --recursive - - Linux: stage: test allow_failure: true + variables: + GIT_SUBMODULE_STRATEGY: recursive tags: - autoscale image: debian @@ -29,6 +26,8 @@ Linux: macOS: stage: test allow_failure: true + variables: + GIT_SUBMODULE_STRATEGY: recursive when: manual tags: - autoscale @@ -47,6 +46,8 @@ macOS: Windows: stage: test allow_failure: true + variables: + GIT_SUBMODULE_STRATEGY: recursive when: manual tags: - autoscale