From 90307954a7111d08479742cac2db9cbcd5c8f746 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 20 Oct 2016 16:25:00 +0100 Subject: [PATCH] depoly: adding a set -x for now --- bin/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy b/bin/deploy index b8f0b64d..c6af10f8 100755 --- a/bin/deploy +++ b/bin/deploy @@ -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