1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-27 06:05:30 +00:00

ci: Allow flatpak jobs to fail

They have been a bit flaky lately, especially the arm64 job.
This commit is contained in:
Evangelos Ribeiro Tzaras 2023-05-09 09:16:11 +02:00
parent 8eb46de6f9
commit b550617de2

View file

@ -109,6 +109,7 @@ package:deb-pureos-byzantium:arm64:
flatpak@x86_64:
stage: package
extends: ['.flatpak@x86_64', '.vars-devel']
allow_failure: true
except:
variables:
- $PKG_ONLY == "1"
@ -117,6 +118,7 @@ flatpak@x86_64:
flatpak@aarch64:
stage: package
extends: ['.flatpak@aarch64', '.vars-devel']
allow_failure: true
except:
variables:
- $PKG_ONLY == "1"