summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-13 15:46:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-16 10:52:24 -0700
commitac5126afc8e62dfc1fd69887984ba43fcb16e8eb (patch)
tree28f378412d9229b81f1c8d3118d567fc0c801860
parent8d1b74a3bf970609d1d2a2db5191bf7d67353197 (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 a81ecc2..19d4eb9 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/app/xrefresh
variables: