forked from lthn/blockchain
build script linux: does not upload by default
This commit is contained in:
parent
b79020a4e3
commit
409c3e4079
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@ fi
|
|||
|
||||
echo "Build success"
|
||||
|
||||
if [ -z "$upload_build" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "Uploading..."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue