* Add support for different node counts * Update variable names * Delete network even after failures * Add array for node counts * Changed number of nodes to a space separated string of numbers * Adjust number of nodes * Snap will not be published if the env variable DO_NOT_PUBLISH_SNAP is set * Address review comments * Replaced influx db URL
10 lines
182 B
Bash
Executable File
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
|