From 569fbaa04d1a0c8201bbd8250713f00aa78702e6 Mon Sep 17 00:00:00 2001 From: Robert Knutsson Date: Tue, 21 Oct 2025 20:05:53 +0200 Subject: [PATCH] CI: drop the ci-fairy MR check, which is both broken & no longer needed Signed-off-by: Robert Knutsson Part-of: --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b0ea3f..8c6eef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,22 +55,6 @@ check-commits: junit: results.xml allow_failure: true -# -# Verify that the merge request has the allow-collaboration checkbox ticked -# -check-merge-request: - extends: - - .fdo.ci-fairy - stage: deploy - script: - - ci-fairy check-merge-request --require-allow-collaboration --junit-xml=results.xml - artifacts: - when: on_failure - reports: - junit: results.xml - allow_failure: true - - # # Build a container with the given tag and the packages pre-installed. # This only happens if/when the tag changes, otherwise the existing image is