From 68e10738587505849bd5309fe511ac607a49294f Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Sat, 30 Nov 2019 00:09:36 +0100 Subject: [PATCH] Deploy.sh: Don't show the commands being executed. --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index d5c9a27..3eb8203 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -x -#set -e +#set -x +set -e if ! git diff-index --quiet HEAD ; then echo "Git isn't clean. Cant deploy."