0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

Update .gitlab-ci.yml file

This commit is contained in:
stanzabird 2022-12-04 16:47:09 +00:00
parent 2b9a59fac7
commit cd70312c2c

View file

@ -4,6 +4,8 @@ stages:
Build:
stage: build
only:
- main
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
@ -23,6 +25,8 @@ Build:
Release:
stage: release
only:
- main
allow_failure: false
image: ubuntu
needs: