Revert "ci: Allow flatpak job to fail"

The issue with the nightly runtime has been resolved, so we
can again assume that any job failures are our fault and fail
the pipeline.

This reverts commit b6fe92aca8.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2362>
This commit is contained in:
Florian Müllner 2022-07-04 21:03:24 +02:00 committed by Marge Bot
parent fb75120a39
commit c04fb61ec5

View File

@ -252,7 +252,6 @@ flatpak:
FLATPAK_MODULE: "gnome-extensions-app"
APP_ID: "org.gnome.Extensions.Devel"
extends: .flatpak
allow_failure: true
nightly:
extends: '.publish_nightly'