1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

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

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