diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-09 11:56:27 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-02-09 11:56:27 -0800 |
commit | 3d5c32487ecd2e1e72fc4176f8180466260da6cc (patch) | |
tree | 30eb249db68bee32cf6d04730d7a3a6fa52b926e | |
parent | f48acd133b8deb7e035edc323e75df7a1c118975 (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 89c00a9..09cf872 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,14 +37,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/fslsfonts variables: |