mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Don't build flatpaks when PKG_ONLY is set
This is needed to prevent calls-next from trying to build flatpaks.
This commit is contained in:
parent
1be31e4354
commit
8ee72b9a5d
1 changed files with 6 additions and 0 deletions
|
@ -109,11 +109,17 @@ package:deb-pureos-byzantium:arm64:
|
|||
flatpak@x86_64:
|
||||
stage: package
|
||||
extends: ['.flatpak@x86_64', '.vars-devel']
|
||||
except:
|
||||
variables:
|
||||
- $PKG_ONLY == "1"
|
||||
|
||||
# Build Flatpak for aarch64
|
||||
flatpak@aarch64:
|
||||
stage: package
|
||||
extends: ['.flatpak@aarch64', '.vars-devel']
|
||||
except:
|
||||
variables:
|
||||
- $PKG_ONLY == "1"
|
||||
|
||||
# Publish Flatpak for x86_64
|
||||
nightly@x86_64:
|
||||
|
|
Loading…
Reference in a new issue