summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-03-22 14:24:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-03-22 14:27:36 +1000
commitc491e3b94de8c6117ddb3a8ac30476ed26d62853 (patch)
tree0722b2062e4ba293f7b3665b2e8995ea1b7b23d6
parent2a3a116e0561cc8e527cdab4bba8ac340a67f959 (diff)
downloadlibinput-c491e3b94de8c6117ddb3a8ac30476ed26d62853.tar.gz
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 <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--.gitlab-ci/ci.template2
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" \