Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Fix stable metrics dashboard for current channel use (#4483)
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 authored May 30, 2019
1 parent 4d66799 commit d67dd8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/publish-metrics-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ beta)
CHANNEL_BRANCH=$BETA_CHANNEL
;;
stable)
CHANNEL_BRANCH=$STABLE_CHANNEL
# Set to whatever branch 'testnet' is on.
# TODO: Revert to $STABLE_CHANNEL for TdS
CHANNEL_BRANCH=$BETA_CHANNEL
;;
*)
echo "Error: Invalid PUBLISH_CHANNEL=$PUBLISH_CHANNEL"
Expand Down

0 comments on commit d67dd8c

Please sign in to comment.