solana/ci/testnet-automation-cleanup.sh

10 lines
182 B
Bash
Executable File

#!/bin/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