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