depoly: adding a set -x for now

This commit is contained in:
Tom Gallacher 2016-10-20 16:25:00 +01:00
parent b5ae1c6f2b
commit 90307954a7
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
# Prelude - make bash behave sanely
# http://redsymbol.net/articles/unofficial-bash-strict-mode/
#
set -x
set -euo pipefail
INCLUDE=$(dirname $(readlink -f $0))
@ -13,7 +14,6 @@ ensure_command triton
ensure_triton_cns_is_enabled
get_triton_details
write_env_file
triton env
docker-compose build
docker-compose push