Browse Source

CI: Mark jobs as interruptible

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

(cherry picked from commit 64ff40e2d6)
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
pull/135/head
Hugo Beauzée-Luyssen 5 years ago
parent
commit
39bb4ba8ec
  1. 1
      extras/ci/gitlab-ci.yml

1
extras/ci/gitlab-ci.yml

@ -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

Loading…
Cancel
Save