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 69a6d07371
commit d314e0395a

View File

@ -389,7 +389,7 @@ deploy() {
( (
echo "--- net.sh update" echo "--- net.sh update"
set -x 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) testnet-perf)