Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-14 21:47:06 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-14 21:47:06 +0300
commitabe4af79034a39b4e286de66fe070375f37e2763 (patch)
tree9624c27cd4a0c68866754ff427181c971b995b56 /autotest-checkers.sh
parentfef51895c2689275805bc166bc3f5be95a836b35 (diff)
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