From 0fd8e3c5d749832612f0e44c624f05a30e1ab48b Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 9 Dec 2021 11:49:19 +0530 Subject: [PATCH] using ssh for cloning --- system-test/testnet-automation.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 7d74c4d35e..09af11a0a6 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -105,8 +105,8 @@ function launch_testnet() { execution_step "Fetch reusable testnet keypairs" if [[ ! -d "${REPO_ROOT}"/net/keypairs ]]; then - git clone https://github.com/solana-labs/testnet-keypairs.git "${REPO_ROOT}"/net/keypairs - #git clone git@github.com:solana-labs/testnet-keypairs.git "${REPO_ROOT}"/net/keypairs +# git clone https://github.com/solana-labs/testnet-keypairs.git "${REPO_ROOT}"/net/keypairs + git clone git@github.com:solana-labs/testnet-keypairs.git "${REPO_ROOT}"/net/keypairs # If we have provider-specific keys (CoLo*, GCE*, etc) use them instead of generic val* if [[ -d "${REPO_ROOT}"/net/keypairs/"${CLOUD_PROVIDER}" ]]; then cp "${REPO_ROOT}"/net/keypairs/"${CLOUD_PROVIDER}"/* "${REPO_ROOT}"/net/keypairs/