From 072d0b67e4b6c6e947fafb7d2e4f9e0bcbb00c4f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 6 Sep 2018 08:29:43 -0700 Subject: [PATCH] Send deploy metrics to the testnet-specific database --- ci/testnet-deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index 8f17a8f70b..c0189bc760 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -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