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>
This commit is contained in:
Peter Hutterer 2023-03-22 14:24:18 +10:00
parent 2a3a116e05
commit c491e3b94d
2 changed files with 2 additions and 2 deletions

View file

@ -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" \

View file

@ -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" \