1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Try resolve non-finite builds

This commit is contained in:
Luke Ceddia 2018-01-19 21:42:19 +11:00
parent 938b7b5d83
commit cfee6072bb

View file

@ -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