Skip to content
Snippets Groups Projects
Commit 90e7e1c3 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

CI: don't block builds when snap build fails


We need to check what is wrong but usually it's the same as Debian builds.
The snap building depending on Ubuntu server is not very stable. So we should
not care too much when it breaks.

(cherry picked from commit 48a6b250)
Signed-off-by: default avatarSteve Lhomme <robux4@ycbcr.xyz>
parent 9d7cae47
No related branches found
No related tags found
1 merge request!3693[3.0] CI: don't block builds when snap build fails
Pipeline #346864 passed with stages
in 16 minutes and 27 seconds
......@@ -253,6 +253,7 @@ nightly-debian:
after_script:
- export VLC_CONTRIB_SHA="$(extras/ci/get-contrib-sha.sh)"
- mv extras/package/snap/parts/vlc/build/contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
allow_failure: true
variables: *variables-snap
snap:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment