summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2020-12-02 12:38:57 +0200
committerJordan Petridis <jordan@centricular.com>2020-12-02 12:38:57 +0200
commitd4e55b655ce2a7d3f3d6c1b6875f8e8fb79cbe75 (patch)
tree34791ec418781fed4a651d61193404da2dc9a822
parent38c16db9ba6ee43e7d401e70cd9c2fee07843a56 (diff)
Revert "ci: check commit using ci-fairy"
This reverts commit 12c1689aaaf307feb50f465565f6d752f16a1b0e. Revert ci-fairy check-commits job for now as it seems a bit buggy. It picks up commits that are not part of the branch and breaks the CI. Will investigate further and reintroduce it later.
-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: