CI: make the ci-fairy commit check verbose
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 22 Mar 2023 04:24:18 +0000 (14:24 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:21:12 +0000 (19:21 +0900)
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>
.gitlab-ci.yml
.gitlab-ci/ci.template

index 0aa404b159d5995ed791e8b0026b74b2198d3118..b90d63aa5a7496bc7cecf392e5626138f2e070c9 100644 (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" \
index c527d2709d182bc3ce89d11dfac9d95f312db6e3..e08bf19f6b7b56019446a990767090ef74f385ef 100644 (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" \