diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-25 09:12:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-25 09:12:16 -0700 |
commit | 818582b435bc1807b87e547e53c488986286ff1f (patch) | |
tree | c430a7f8032b58f1fc23d575904fc62534484c28 /.gitlab-ci.yml | |
parent | ac1a150bb7c6af8377074e946f1ca6233a345ac9 (diff) |
gitlab CI: stop requiring Signed-off-by in commits
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '.gitlab-ci.yml')
-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 79201c9..1069d25 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/setxkbmap variables: |