Skip to content

Commit

Permalink
Check for Signed-off-by: in CI
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
dwmw2 committed May 15, 2020
1 parent e713ded commit 8d33973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -134,6 +134,15 @@ CentOS6/OpenSSL:
paths:
- tests/*.log

Signoff:
script:
- dnf install -y git
# Quoted to work around https://gitlab.com/gitlab-org/gitlab-foss/-/issues/20177
- 'echo "Checking for new commits without Signed-off-by: tags as described in http://www.infradead.org/openconnect/contribute.html"'
# Last bad commit
- 'git log origin/master ceab1765db11c15a18a0c605812dbc11afd63e8b.. --grep "(^Signed-off-by)|(^Merge branch)|(^This reverts commit)" --extended-regexp --invert-grep --exit-code'
- echo "None (good)"

Fedora/Coverity:
only:
refs:
Expand Down

0 comments on commit 8d33973

Please sign in to comment.