diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-28 17:30:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-04 14:12:50 -0800 |
commit | e710db137f0bd7a39e211013597cc0f91eb7157f (patch) | |
tree | d4aa8fa76c117bd6447288d3c7dc1d024c9d2a73 | |
parent | 2f35e416419c64bb3e9357ee0ad77e17e5ddf8a5 (diff) |
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 906c314..f0179ff 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/xbacklight variables: |