summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-28 17:30:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-09 12:07:02 -0800
commit87a30b1758b7757dd74d0a70e871d7af1cac3a44 (patch)
treed2524560b6d48e5271a53e6e88635ed589bf0c4f
parent27adb16027fa99d83818a0ed9f6623cb03f0c574 (diff)
downloadxorg-lib-libXcursor-87a30b1758b7757dd74d0a70e871d7af1cac3a44.tar.gz
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a576451..f9cb699 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/lib/libXcursor
variables: