From 0909618efac10a73d2e8c91580bc5ac2fb3f063e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 7 Nov 2018 10:29:53 -0800 Subject: [PATCH] Switch testnet/testnet-beta to tarball release --- ci/testnet-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 59495ddf4e..44c8bebc7e 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -248,7 +248,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \ - -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P \ ${maybeDelete:+-d} ) ;; @@ -297,7 +297,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh testnet-solana-com gce us-east1-c \ - -s "$CHANNEL_OR_TAG" -n 3 -g -c 0 -P -a testnet-solana-com \ + -t "$CHANNEL_OR_TAG" -n 3 -g -c 0 -P -a testnet-solana-com \ ${maybeDelete:+-d} ) ;;