From d314e0395a331e93c528307c1125078131565fd7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 1 Feb 2020 22:25:24 -0700 Subject: [PATCH] Disable windows update as windows build artifacts are turned off --- ci/testnet-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index a01297045b..f9a7778186 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -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)