summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2023-06-17 17:27:01 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2023-06-17 17:27:01 +0200
commit1e866201f1ccf8fa3bb22c6f5fa723b26c86dbe1 (patch)
treeac4b7fc47aa29ced3381444c219df2a8d5dd710e
parentfb33dab23d35d0cdf6be8d8015dc33bd3be2ff9d (diff)
parent77fc71cb17a0bca168737c48ed836a7ae2c6f74a (diff)
Merge remote-tracking branch 'origin/master' into obsd
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 96519b5..ec9ea9b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,14 +35,14 @@ variables:
#
-# Verify that commit messages are as expected, signed-off, etc.
+# Verify that commit messages are as expected
#
check-commits:
extends:
- .fdo.ci-fairy
stage: prep
script:
- - ci-fairy check-commits --signed-off-by --junit-xml=results.xml
+ - ci-fairy check-commits --junit-xml=results.xml
except:
- master@xorg/app/twm
variables: