diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 14:56:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 14:56:53 -0700 |
commit | 0cde4d53d3fea82004ccefef5a059287a6e9e861 (patch) | |
tree | 869298d900e3d0632be7d60881dc3ac7a0be391e | |
parent | 46df61a5b8e7171d97614b8553221b5ea1debcdd (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 d29eee6..6b2cea1 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/xdpyinfo variables: |