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-04-06 14:41:16 -07:00
parent 0a2e96d823
commit 670992bf6e

View File

@@ -42,7 +42,7 @@ check-commits:
- .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-qxl
variables: