From ae3d0010a3d9d2157dd72d04a1cb15704bd98751 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 20 Aug 2019 22:28:52 -0700 Subject: [PATCH] Revert "Disable osx deploy due to failing macOS CI" This reverts commit 0a5c54a0efa5d7a8bf55496ad7210168feb3037f. --- ci/testnet-deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 128aac4c69..ad69c3cdf1 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -397,6 +397,7 @@ 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