Update install.sh

This commit is contained in:
phahulin 2017-11-20 18:12:52 +03:00 committed by GitHub
parent f8d25e0615
commit 4bcc5a8f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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}/mining-node/install.sh starting =========="
echo "===== current time: $(date)"