Disable windows update as windows build artifacts are turned off

This commit is contained in:
Michael Vines
2020-02-01 22:25:24 -07:00
parent 466c7dafb3
commit 899a14ba51

View File

@ -389,7 +389,7 @@ deploy() {
(
echo "--- net.sh update"
set -x
time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx --platform windows
time net/net.sh update -t "$CHANNEL_OR_TAG" --platform linux --platform osx #--platform windows
)
;;
testnet-perf)