Disable windows update as windows build artifacts are turned off
This commit is contained in:
parent
69a6d07371
commit
d314e0395a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue