diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 16:26:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-09 16:26:14 -0700 |
commit | 13ac2639c3c88bb6c7ecaae541941203e6344ad0 (patch) | |
tree | 5828bcd5749a8b4b1ab5148caad2c140d63de373 | |
parent | b8090d0f5bee66ceb12cee2b63425efd74ad4610 (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 7513e07..838384a 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/bitmap variables: |