summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2020-04-15 16:02:26 +0200
committerOndrej Holy <oholy@redhat.com>2020-04-15 16:12:34 +0200
commit949251868da360c7af40e24858caf2d18dbb3e6e (patch)
tree179e97e64d40e3e76febd41dbcffb9b36247099d
parentc4e557b295f70c9000fa2fce5950f2e0070a7236 (diff)
downloadnautilus-949251868da360c7af40e24858caf2d18dbb3e6e.tar.gz
ci: Run nightly job even if cross environment stage fails
Currently, the nightly job is skipped if fedora rawhide, or flatpak master job fails. This is not wanted as the nightly should be published if flatpak devel job succeeds. Let's allow failures of those jobs to not block the deploy stage.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 057efa0dc..804f68fab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,7 @@ fedora rawhide:
only:
- web
- master
+ allow_failure: true
flatpak master:
stage: cross environment
@@ -51,6 +52,7 @@ flatpak master:
- schedules
- web
- tags
+ allow_failure: true
triage:
image: ruby:2.4