summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-19 20:13:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-19 20:13:52 -0700
commit22c15ee0e696f6c250edbd8a3cf4c235a78b9f7d (patch)
tree5bc99c99ddf0b5e839180b3e4cc9b883cd7ba9b0
parentffcae9381f914871cc51c80112ce39e83dc8d04b (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 3bc7bdb..5e1cd79 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/driver/xf86-video-dummy
variables: