mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Allow flatpak jobs to fail
They have been a bit flaky lately, especially the arm64 job.
This commit is contained in:
parent
8eb46de6f9
commit
b550617de2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue