diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-13 15:46:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-16 10:22:17 -0700 |
commit | 478c9725430c0087e08547fad5f93072f459da94 (patch) | |
tree | 352a2965f4893bb3c0281145479f9202d77a3ce2 /.gitlab-ci.yml | |
parent | dfbeedae7eefa1605ed2f912beb0de31810ec63f (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 fab96a9..79d9a22 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/xcalc variables: |