diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 16:30:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-06 16:30:51 -0700 |
commit | 0ae62706c34e4abc581d4c42ce9807e2898fac1d (patch) | |
tree | ff8b5e2938ea6550370e7491ac0af276e34ead5e | |
parent | 831b467b2e3876c4e0c307d1e3eae2746ce805a7 (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 6a0af72..288ff60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,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/lib/libpciaccess variables: |