summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2018-04-11 19:49:03 +0200
committerChristoph Reiter <creiter@src.gnome.org>2018-04-11 19:52:21 +0200
commit814b7d7bb71920ad51e6af446142611a4924006f (patch)
tree7a190d176a420873a62f44c670ea3790b19eb066 /.gitlab-ci.yml
parent0965812e37f1c46589df375a0eee425c7ce69b0f (diff)
downloadgtk+-814b7d7bb71920ad51e6af446142611a4924006f.tar.gz
ci: allow flatpak jobs to fail for now
We can easily revert this when things are fixed again.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c1580ca87..7fc36b09f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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