summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitlab/ci_template.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml
index 1560bf1..6ec5778 100644
--- a/gitlab/ci_template.yml
+++ b/gitlab/ci_template.yml
@@ -392,18 +392,6 @@ gst indent:
fi
#
-# Check commit messages with ci-fairy
-#
-check commits:
- extends: '.fdo.ci-fairy'
- needs: []
- stage: 'preparation'
- variables:
- GIT_STRATEGY: 'fetch'
- script:
- - ci-fairy check-commits --textwidth 0 --no-signed-off-by
-
-#
# Check "allow-edit" checkbox on merge requests with ci-fairy
#
check allow-edit: