From 5bb142a3dbd3a8162c56e4993b9519c8bf4a662d Mon Sep 17 00:00:00 2001 From: phahulin Date: Mon, 20 Nov 2017 18:13:27 +0300 Subject: [PATCH] Update install.sh --- TestTestNet/netstats-server/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TestTestNet/netstats-server/install.sh b/TestTestNet/netstats-server/install.sh index dbdd4ee..541fd59 100644 --- a/TestTestNet/netstats-server/install.sh +++ b/TestTestNet/netstats-server/install.sh @@ -3,7 +3,8 @@ set -e set -u set -x -TEMPLATES_BRANCH="dev-mainnet" +# this should be provided through env by azure template +TEMPLATES_BRANCH="${TEMPLATES_BRANCH}" echo "========== ${TEMPLATES_BRANCH}/netstats-server/install.sh starting ==========" echo "===== current time: $(date)"