mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Move flatpak jobs to packaging stage
It is more fitting than the default "test" stage and has the desirable side effect that the Debian packaging jobs no longer need to wait for flatpak jobs to finish.
This commit is contained in:
parent
14c630ab2e
commit
b6e0d3dba8
1 changed files with 2 additions and 0 deletions
|
@ -107,10 +107,12 @@ package:deb-pureos-byzantium:arm64:
|
|||
|
||||
# Build Flatpak for x86_64
|
||||
flatpak@x86_64:
|
||||
stage: package
|
||||
extends: ['.flatpak@x86_64', '.vars-devel']
|
||||
|
||||
# Build Flatpak for aarch64
|
||||
flatpak@aarch64:
|
||||
stage: package
|
||||
extends: ['.flatpak@aarch64', '.vars-devel']
|
||||
|
||||
# Publish Flatpak for x86_64
|
||||
|
|
Loading…
Reference in a new issue