diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-28 17:30:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-08 18:04:57 -0800 |
commit | 92f5cf6fcbec4bb9f59e4828d6eb38174aadb2a0 (patch) | |
tree | 1584d0d9d71ab305af022c1bb2d4403347daa6d8 | |
parent | ff3dbb3ee82958f441d6106eaf61d97335689e27 (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8e1714..c27547d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,14 @@ variables: # -# Verify that commit messages are as expected, signed-off, etc. +# Verify that commit messages are as expected # check-commits: extends: - .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/driver/xf86-video-siliconmotion variables: |