summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:41:16 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-06 14:41:16 -0700
commit670992bf6effa0f8e81b429cddf9609aa1b3bcd9 (patch)
treec6eb43a0fda31bc82544b8d3377a570c3496d4a1
parent0a2e96d823e54a99b2079446f53aaf9cac15c279 (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 14ed354..a5f72ca 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-qxl
variables: