diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-14 19:47:06 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-14 19:47:06 +0100 |
commit | abe4af79034a39b4e286de66fe070375f37e2763 (patch) | |
tree | 9624c27cd4a0c68866754ff427181c971b995b56 /autotest-checkers.sh | |
parent | fef51895c2689275805bc166bc3f5be95a836b35 (diff) | |
download | nextcloud-server-abe4af79034a39b4e286de66fe070375f37e2763.tar.gz nextcloud-server-abe4af79034a39b4e286de66fe070375f37e2763.zip |
Sign-off check is now handled by a github app
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'autotest-checkers.sh')
-rwxr-xr-x | autotest-checkers.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autotest-checkers.sh b/autotest-checkers.sh index 96525655fe1..dcf864ee850 100755 --- a/autotest-checkers.sh +++ b/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 |