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:
parent
93c78778f6
commit
28c5aedb1a
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ stages:
|
|||
|
||||
Build:
|
||||
stage: build
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
script:
|
||||
- make all
|
||||
- echo VERSION=$(cat version) >> variables.env
|
||||
|
|
Loading…
Reference in a new issue