]> diplodocus.org Git - xorg-xinput/commitdiff
gitlab CI: stop requiring Signed-off-by in commits master
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Fri, 29 Jul 2022 00:30:21 +0000 (17:30 -0700)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 4 Feb 2023 22:51:53 +0000 (14:51 -0800)
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
.gitlab-ci.yml

index 320ff03e580f1bd2b7de47842686d3ac9b9a15a5..7b32ed48a51cc620e152457ffa866a4cf200a385 100644 (file)
@@ -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/xinput
   variables: