diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-28 17:30:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-10 08:18:24 -0800 |
commit | 634f60a9b25b5d03c78e90574adce3e38f378333 (patch) | |
tree | 4a787827cf39344581ae447070df0adfd26cf941 | |
parent | 931c469b2b91603c5c196abf65a39c7dab8609d7 (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 58e5de9..69825e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,14 +39,14 @@ stages: # -# 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/xkbcomp variables: |