From cfee6072bb2ab0bfffe3571ddd5cab0e9113a0c7 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Fri, 19 Jan 2018 21:42:19 +1100 Subject: [PATCH] Try resolve non-finite builds --- .travis/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 6ed587faa..371460dab 100755 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -19,7 +19,8 @@ tar --create --auto-compress --file ${filebase}_lnx.tar.gz --exclude-from=qb64/. for i in `seq 1 10` do scp ${filebase}_* m6rosupy1q2t@qb64.org:autobuilds/${TRAVIS_BRANCH}/ if [ "$?" -eq 0 ] - then break + then exit 0 fi + echo scp failed done