From af3ca02e35b8dc22bf0a8bab4320f15bc1c8b7f6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 11 Dec 2018 23:33:28 -0800 Subject: [PATCH] Switch testnet-edge from snap to tarball Snap publishing has been failing all day, unclear why. Potentially revert this commit if/when resolved. --- 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 a08f6cca9b..228da7ba57 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -202,7 +202,7 @@ start() { export NO_LEDGER_VERIFY=1 export NO_VALIDATOR_SANITY=1 ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ - -s "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ -b \ ${maybeDelete:+-d} )