summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-09 11:59:47 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-09 11:59:47 -0800
commit414e18fa0cde56038b39e1a850abbcc3ccda500e (patch)
tree15aa99b08482a0f7a9777638fe916bf4bc90c666
parentc6b5813f7258bbccc8368fcdc0e1ba94219a7843 (diff)
gitlab CI: stop requiring Signed-off-by in commitsHEADmaster
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 10a0032..7de0a05 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/oclock
variables: