From 0a5c54a0efa5d7a8bf55496ad7210168feb3037f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 5 Aug 2019 17:27:09 -0700 Subject: [PATCH] Disable osx deploy due to failing macOS CI --- ci/testnet-deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index ad69c3cdf1..128aac4c69 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -397,7 +397,6 @@ if ! $skipStart; then if $deployUpdateManifest; then rm -f update_manifest_keypair.json args+=(--deploy-update linux) - args+=(--deploy-update osx) args+=(--deploy-update windows) fi