diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-10 09:32:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-10 09:32:55 -0700 |
commit | 54559e73e27e532535dea2a60e615f99c694343f (patch) | |
tree | ae0dfb22c149b6b28d3fefedc532a6804379843b /.gitlab-ci.yml | |
parent | c2ffd57727e5f02b94f1c46392a740e404d4c270 (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 88b5add..519431f 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/util/makedepend variables: |