diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-28 17:30:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-09 12:06:58 -0800 |
commit | 86e80a0fbe16d39ca9586752a9fad7a34aee22b3 (patch) | |
tree | 356b1a961c511f6129af474bdaec4bed9dceb38c | |
parent | d650b927e926295a543bfd673fd013ae8f970d1a (diff) |
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff2a89c..ae56fb9 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/driver/xf86-video-nested variables: |