gitlab CI: stop requiring Signed-off-by in commits

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2022-07-28 17:30:21 -07:00
parent fbde65aa7e
commit 043a5ba907

View 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/driver/xf86-video-voodoo
variables: