Sign-off check is now handled by a github app

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-11-14 19:47:06 +01:00
parent fef51895c2
commit abe4af7903
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 3 deletions

View File

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