Send deploy metrics to the testnet-specific database

This commit is contained in:
Michael Vines 2018-09-06 08:29:43 -07:00
parent fdc48d521c
commit 072d0b67e4
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ if [[ -z $SOLANA_METRICS_CONFIG ]]; then
exit 1
fi
# shellcheck source=scripts/configure-metrics.sh
source "$here"/../scripts/configure-metrics.sh
# Default to edge channel. To select the beta channel:
# export SOLANA_SNAP_CHANNEL=beta
if [[ -z $SOLANA_SNAP_CHANNEL ]]; then