diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 11:56:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-16 11:56:06 -0700 |
commit | 69deaf13057d3a8b9c01350e2cdfc40080f5433a (patch) | |
tree | f9e9049d529b80ff6cdbccc50c329e8d27d96421 | |
parent | f586ae4a0a8d081c46f10f4cb4c27840d611edec (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 7bff92c..c6b5009 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/xkbprint variables: |