ci: allow flatpak jobs to fail for now

We can easily revert this when things are fixed again.
This commit is contained in:
Christoph Reiter 2018-04-11 19:49:03 +02:00
parent 0965812e37
commit 814b7d7bb7

View File

@ -51,6 +51,7 @@ flatpak:demo:
paths:
- org.gtk.Demo-dev.flatpak
expire_in: 1 day
allow_failure: true
flatpak:widget-factory:
image: registry.gitlab.com/alatiera/gnome-nightly-oci/gnome-master:latest
@ -61,3 +62,4 @@ flatpak:widget-factory:
paths:
- org.gtk.WidgetFactory-dev.flatpak
expire_in: 1 day
allow_failure: true