Add net/ support for reusable identity keypairs (#6783) (#6784)

(cherry picked from commit 87ba66b6d0)
This commit is contained in:
mergify[bot]
2019-11-06 21:20:27 -07:00
committed by Michael Vines
parent 7e17ea8705
commit f87bbb9b09
3 changed files with 49 additions and 9 deletions

View File

@@ -262,6 +262,11 @@ trap shutdown EXIT INT
set -x
# Fetch reusable testnet keypairs
if [[ ! -d net/keypairs ]]; then
git clone git@github.com:solana-labs/testnet-keypairs.git net/keypairs
fi
# Build a string to pass zone opts to $cloudProvider.sh: "-z zone1 -z zone2 ..."
zone_args=()
for val in "${zone[@]}"; do