From 6f831c7be881b026dfd2a4690b95cec21de5716d Mon Sep 17 00:00:00 2001 From: phahulin Date: Mon, 20 Nov 2017 18:13:40 +0300 Subject: [PATCH] Update install.sh --- TestTestNet/owner/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TestTestNet/owner/install.sh b/TestTestNet/owner/install.sh index ee11edb..84f86d8 100644 --- a/TestTestNet/owner/install.sh +++ b/TestTestNet/owner/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}/owner/install.sh starting ==========" echo "===== current time: $(date)"