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:
parent
2b9a59fac7
commit
cd70312c2c
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue