diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 16:01:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 16:01:36 -0700 |
commit | f8be5016e618dcd650540b4cea5f710fd9a16e00 (patch) | |
tree | 3d58fd507969b1894d6ccccf2eec2248d55989a5 | |
parent | a2d2c371a11302d8df204527119c6ec91cc9e898 (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 e29dc38..1936aec 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/xmessage variables: |