[vlc-commits] [Git][videolan/vlc][master] CI: Fix rules to keep running pipelines on master
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Thu Mar 3 13:17:39 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
24d2b767 by Hugo Beauzée-Luyssen at 2022-03-03T10:11:16+00:00
CI: Fix rules to keep running pipelines on master
Not doing so will eventually lead to issues with prebuilt contribs when
the pipeline doesn't run in the videolan/vlc namespace
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -118,8 +118,8 @@ variables:
.base-template:
stage: build
rules:
- - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- - if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master at videolan/vlc"'
+ - if: $CI_MERGE_REQUEST_IID
+ - if: '$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_PATH == "videolan/vlc"'
artifacts:
paths:
- contrib/vlc-contrib-${TRIPLET}-*.tar.bz2
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/24d2b767a611af9c3041accc2489e48786732b88
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/24d2b767a611af9c3041accc2489e48786732b88
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list