Browse Source

Sign-off check is now handled by a github app

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma 5 years ago
parent
commit
abe4af7903
1 changed files with 0 additions and 3 deletions
  1. 0 3
      autotest-checkers.sh

+ 0 - 3
autotest-checkers.sh

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