summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-16 07:50:50 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-04-16 07:50:50 -0700
commit6c8e22bcc450bcd6c0697fab4d89d99bae168b8c (patch)
tree2e40b659c2ab4ac81023fb5bd642e7d613a21554
parenta5a13a9eb0cb2ab0627192dce684ccb61e59678a (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 adefc12..b2107c2 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/xconsole
variables: