From 4f70b1bed5f8d58e828ec83bca93cce3aae9e220 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 27 May 2025 12:52:17 +0200 Subject: [PATCH] ci: drop useless `check-commits` stage Signed-off-by: Enrico Weigelt, metux IT consult --- .gitlab-ci.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 607e8ce74..119764a8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -307,25 +307,6 @@ xf86-driver-build-test: changes: *xorg_paths -# -# Verify that commit messages are as expected -# -check-commits: - extends: - - .fdo.ci-fairy - needs: [] - stage: test - script: - - ci-fairy check-commits --junit-xml=results.xml - except: - - master@xorg/xserver - variables: - GIT_DEPTH: 100 - artifacts: - reports: - junit: results.xml - allow_failure: true - # # Verify that the merge request has the allow-collaboration checkbox ticked #