mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 18:10:28 +01:00
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:
parent
2a3a116e05
commit
c491e3b94d
2 changed files with 2 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue