From: Alan Coopersmith Date: Fri, 29 Jul 2022 00:30:21 +0000 (-0700) Subject: gitlab CI: stop requiring Signed-off-by in commits X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/889cfceebd77c58734477e3083d1577b17884046?hp=8cebd89a644545c91a3d1c146977fe023798ee2a gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Alan Coopersmith --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 320ff03..7b32ed4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,14 @@ variables: # -# Verify that commit messages are as expected, signed-off, etc. +# Verify that commit messages are as expected # check-commits: extends: - .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/xinput variables: