0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2025-01-03 03:10:07 -05:00

now using recursive git submodule strategy

This commit is contained in:
Bert van der Weerd 2022-01-24 13:18:33 +01:00
parent 93c78778f6
commit 28c5aedb1a
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -4,6 +4,8 @@ stages:
Build:
stage: build
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- make all
- echo VERSION=$(cat version) >> variables.env