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:06:54 -0800
commitfd257556040c2918074e3219b56dbe320d921f1b (patch)
tree5f2639d24ad299adafdf05fceaf18641fdead7ad
parentc0c98ec2072a78cee53e52b3ec3b03527b276403 (diff)
downloadxorg-driver-xf86-input-keyboard-fd257556040c2918074e3219b56dbe320d921f1b.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 81aa00d..5344ef7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,14 +37,14 @@ variables:
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool xorg-macros xorgproto $EXTRA_PACKAGES'
#
-# 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/driver/xf86-input-keyboard
variables: