Skip to content
Snippets Groups Projects
Commit adbd442a authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

gitlab CI: stop requiring Signed-off-by in commits

parent bc1b6343
No related branches found
No related tags found
1 merge request!7gitlab CI: stop requiring Signed-off-by in commits
Pipeline #650137 passed
......@@ -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/driver/xf86-video-nv
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment