solana-with-rpc-optimizations/ci/testnet-automation-cleanup.sh

10 lines
190 B
Bash
Executable File

#!/usr/bin/env bash -e
cd "$(dirname "$0")/.."
echo --- find testnet configuration
net/gce.sh config -p testnet-automation
echo --- delete testnet
net/gce.sh delete -p testnet-automation