diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 07:50:50 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 07:50:50 -0700 |
commit | 6c8e22bcc450bcd6c0697fab4d89d99bae168b8c (patch) | |
tree | 2e40b659c2ab4ac81023fb5bd642e7d613a21554 | |
parent | a5a13a9eb0cb2ab0627192dce684ccb61e59678a (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 | 2 |
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: |