add info output

This commit is contained in:
Pascal Vizeli 2017-05-19 14:52:05 +02:00 committed by GitHub
parent 0ac66fcf63
commit 5c8f3b300e

View file

@ -238,6 +238,7 @@ if [ -z "$DOCKER_TAG" ]; then
echo "[ERROR] Can't read homeassistant version!"
exit 1
fi
echo "[INFO] build $DOCKER_IMAGE:$DOCKER_TAG"
# Run build
echo "[INFO] start docker build"