projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0965812
)
ci: allow flatpak jobs to fail for now
author
Christoph Reiter
<creiter@src.gnome.org>
Wed, 11 Apr 2018 17:49:03 +0000
(19:49 +0200)
committer
Christoph Reiter
<creiter@src.gnome.org>
Wed, 11 Apr 2018 17:52:21 +0000
(19:52 +0200)
We can easily revert this when things are fixed again.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 5c1580ca87c730608198abbea751e15494d06e7c..7fc36b09f7727ae434fa5eacc34145ab7dcaae73 100644
(file)
--- 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