try to checkout submodules

This commit is contained in:
stanzabird 2023-02-16 19:54:46 +00:00
parent 2afc3dce63
commit 01eff4b863

View file

@ -35,6 +35,12 @@ Build:
stage: build
when: manual
allow_failure: false
# checkout our submodules
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- git submodule sync
- git submodule update --init --recursive
parallel:
matrix:
- DISTRO:
@ -53,12 +59,6 @@ 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