1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

ci: Use PKG_ONLY variable to exclude flatpak job

This makes sure we're not wasting computational resources when we only
want to build debian packages.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-11-29 10:30:32 +01:00
parent 3b377edc81
commit fe7ebf51ce

View file

@ -119,6 +119,9 @@ package-deb-pureos-byzantium:arm64:
paths:
- '.flatpak-builder/cache'
- '.flatpak-builder/ccache'
except:
variables:
- $PKG_ONLY == "1"
flatpak:master:
extends: .flatpak