From c491e3b94de8c6117ddb3a8ac30476ed26d62853 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 22 Mar 2023 14:24:18 +1000 Subject: CI: make the ci-fairy commit check verbose This way it prints the commit range which should help debug why it fails when it does. Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0aa404b1..b90d63aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,7 +177,7 @@ check-commit: - .fdo.ci-fairy stage: sanity check script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true + - ci-fairy -vv check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true - > printf "%s\n" \ "Error checking commit format. Please verify" \ diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index c527d270..e08bf19f 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -165,7 +165,7 @@ check-commit: - .fdo.ci-fairy stage: sanity check script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true + - ci-fairy -vv check-commits --signed-off-by --junit-xml=results.xml && exit 0 || true - > printf "%s\n" \ "Error checking commit format. Please verify" \ -- cgit v1.2.1