Skip to content

Commit

Permalink
CI: Fix rules to keep running pipelines on master
Browse files Browse the repository at this point in the history
Not doing so will eventually lead to issues with prebuilt contribs when
the pipeline doesn't run in the videolan/vlc namespace
  • Loading branch information
chouquette committed Mar 3, 2022
1 parent 94bc262 commit 24d2b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@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
Expand Down

0 comments on commit 24d2b76

Please sign in to comment.