summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:56:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:56:53 -0700
commit0cde4d53d3fea82004ccefef5a059287a6e9e861 (patch)
tree869298d900e3d0632be7d60881dc3ac7a0be391e
parent46df61a5b8e7171d97614b8553221b5ea1debcdd (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 d29eee6..6b2cea1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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/app/xdpyinfo
variables: