diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-15 07:46:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-15 07:46:20 -0700 |
commit | 770bea4ba363e30b9274c71a3ab51be34f2199b4 (patch) | |
tree | b7a866ad00be7881a982432a57484c2d4fccf79d | |
parent | d92f14a70546d9fac579d7750b4ac0280743123a (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 a352ab2..ff979a0 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/xfontsel variables: |