s/edge/beta/

This commit is contained in:
Michael Vines
2018-11-07 08:54:32 -08:00
parent f8673931b8
commit 863a0c3f8f

View File

@ -247,7 +247,7 @@ start() {
set -ex set -ex
export NO_LEDGER_VERIFY=1 export NO_LEDGER_VERIFY=1
export NO_VALIDATOR_SANITY=1 export NO_VALIDATOR_SANITY=1
ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
-s "$CHANNEL_OR_TAG" -n 3 -c 0 -P \ -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P \
${maybeDelete:+-d} ${maybeDelete:+-d}
) )