diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-14 21:04:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 21:04:44 +0100 |
commit | c965d2921dfea06ec2af2edb63c419875f396acc (patch) | |
tree | 6dd9c5878731da468c0047c2211f9819d7c0c3f5 | |
parent | cbf90bf201ba5e61aee39dc6f0726153b833478a (diff) | |
parent | abe4af79034a39b4e286de66fe070375f37e2763 (diff) | |
download | nextcloud-server-c965d2921dfea06ec2af2edb63c419875f396acc.tar.gz nextcloud-server-c965d2921dfea06ec2af2edb63c419875f396acc.zip |
Merge pull request #12456 from nextcloud/move_to_github_bot
Sign-off check is now handled by a github app
-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 |