1
0
Fork 0
forked from lthn/blockchain

build script linux: does not upload by default

This commit is contained in:
sowle 2020-02-19 17:33:41 +03:00
parent b79020a4e3
commit 409c3e4079
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -117,6 +117,9 @@ fi
echo "Build success"
if [ -z "$upload_build" ]; then
exit 0
fi
echo "Uploading..."