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:01:33 -0800
commit0a94a0a23880e1f6aae6f603d5aab7f7f4df7504 (patch)
tree55d08139d946b8d75570038ae56825f8f5f910dd
parent022b959f5f26e6b70d2ab6524ca39b5934e4c42e (diff)
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 9eaf698..506f67c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,14 +35,14 @@ variables:
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake libtool make libbsd-dev libpam0g-dev libsystemd-dev libselinux1-dev xutils-dev xtrans-dev libxmu-dev libx11-dev libxau-dev x11proto-dev libxinerama-dev libxft-dev libxrender-dev libxpm-dev libxaw7-dev libxdmcp-dev libxt-dev libxext-dev'
#
-# 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/xdm
variables: