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

This commit is contained in:
Michael Vines
2019-11-06 21:14:05 -07:00
committed by GitHub
parent e420800aeb
commit 87ba66b6d0
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