Browse Source

Sign-off check is now handled by a github app

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v15.0.0beta2
Roeland Jago Douma 5 years ago
parent
commit
abe4af7903
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      autotest-checkers.sh

+ 0
- 3
autotest-checkers.sh View File

@@ -40,7 +40,4 @@ done;
php ./build/files-checker.php
RESULT=$(($RESULT+$?))

php ./build/signed-off-checker.php
RESULT=$(($RESULT+$?))

exit $RESULT

Loading…
Cancel
Save