mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-04-19 15:06:05 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
809f6d69bf
commit
bb00f49caa
@ -51,7 +51,8 @@ build_linux_amd64_bundle:
|
||||
artifacts:
|
||||
paths:
|
||||
- build/linux/x64/release/bundle/
|
||||
when: manual
|
||||
only:
|
||||
- schedules
|
||||
|
||||
build_linux_amd64_flatpak:
|
||||
tags:
|
||||
@ -71,7 +72,9 @@ build_linux_amd64_flatpak:
|
||||
artifacts:
|
||||
paths:
|
||||
- flatpak/com.veilid.veilidchat.flatpak
|
||||
when: manual
|
||||
needs:
|
||||
- job: build_linux_amd64_bundle
|
||||
artifacts: true
|
||||
|
||||
#test:
|
||||
# extends:
|
||||
|
Loading…
x
Reference in New Issue
Block a user