diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-28 17:30:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-15 11:25:32 -0700 |
commit | e364be848c65d5e286cbc96ccb283b9052fc3c4a (patch) | |
tree | 5b36d2e1d52dc03980b9966927b6902820120fd7 /.gitlab-ci.yml | |
parent | b503a04bc4de9fbbec52b29eab0ca36afb3de77f (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb13cc4..106e7cc 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/app/xlogo variables: |