summaryrefslogtreecommitdiffstats
path: root/autotest-checkers.sh
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-14 19:47:06 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-14 19:47:06 +0100
commitabe4af79034a39b4e286de66fe070375f37e2763 (patch)
tree9624c27cd4a0c68866754ff427181c971b995b56 /autotest-checkers.sh
parentfef51895c2689275805bc166bc3f5be95a836b35 (diff)
downloadnextcloud-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-xautotest-checkers.sh3
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