Skip to content
Snippets Groups Projects
Commit 39bb4ba8 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

CI: Mark jobs as interruptible


This will help automatically cancel outdated pipelines instead of having
to do so manually

(cherry picked from commit 64ff40e2)
Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent aa76328c
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1476CI: Mark jobs as interruptible
Pipeline #194459 passed with stages
in 20 minutes and 5 seconds
......@@ -10,6 +10,7 @@ default:
after_script:
- export VLC_CONTRIB_SHA="$(extras/ci/get-contrib-sha.sh)"
- mv contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
interruptible: true
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32-3.0:20211008142723
......
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