diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2018-04-16 11:54:47 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2018-04-16 11:54:47 +0200 |
commit | f4857da08fc508fc0f67f89e41b5d3d68237071e (patch) | |
tree | 2833e4331bec2ec87a4e80a9ca6c80fef0757f13 /.gitlab-ci.yml | |
parent | 3e9a68be83308272eb81bcf66942b14dd07effeb (diff) | |
download | gtk+-f4857da08fc508fc0f67f89e41b5d3d68237071e.tar.gz |
ci: remove allow_failure from flatpak jobs again
It was added in 814b7d7bb71920a due to too old wayland in the runtime.
5b160efc768d3 fixed it by bundling a newer wayland.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 657360d8ee..9e0910a928 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,6 @@ msys2-mingw32: paths: - "${APPID}-dev.flatpak" expire_in: 1 day - allow_failure: true script: - bash -x ./.gitlab-ci/flatpak-build.sh "${APPID}" |