summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-16 10:00:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-16 10:00:16 -0700
commitab6e5cc9f27109b72462073f03b4268dddbeac6d (patch)
tree8b11ec835230757e9cbf0f70835dc8cf2871842b
parentcdb536d65f1898ecbd2d9ae13058703063e715f9 (diff)
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 776ff3c..f63444f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,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/app/xfs
variables: