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:14:53 -0800
commit298a9ffa7afd7216fa3a507a9b5801912633563b (patch)
treee7050d5b76565b86a7fea08de366c84bf25c9085
parente31421ee8884ca5ce7cf01cf0379b3f628f37946 (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 5778558..e846870 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,14 +33,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/data/cursors
variables: