From 6a2fd28da9a3f70ae8c784edc0a521a0fde3c0e7 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Thu, 10 Oct 2019 14:34:45 -0600 Subject: tools: disable execution tracing Signed-off-by: Kenny Ballou --- tools/bin/deploy-stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin/deploy-stack.sh b/tools/bin/deploy-stack.sh index fac0063..6b7a572 100755 --- a/tools/bin/deploy-stack.sh +++ b/tools/bin/deploy-stack.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -set -ex +set -e STACK_NAME=blog-kennyballou REGION=us-east-1 -- cgit v1.2.1