Merge pull request #12456 from nextcloud/move_to_github_bot

Sign-off check is now handled by a github app
pull/12457/head
Morris Jobke 7 years ago committed by GitHub
commit c965d2921d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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

Loading…
Cancel
Save