mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
adding -x for clearer output in build console log (#565)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user