adding -x for clearer output in build console log (#565)

This commit is contained in:
shane
2017-05-18 17:04:56 -07:00
committed by Philipp Moritz
parent f861124b9a
commit 0a4304725f
@@ -3,6 +3,9 @@
# Cause the script to exit if a single command fails.
set -e
# show explicitly which commands are currently running
set -x
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
DOCKER_SHA=$($ROOT_DIR/../../build-docker.sh --output-sha --no-cache --skip-examples)