Deploy.sh: Don't show the commands being executed.

This commit is contained in:
Fabian Schlenz 2019-11-30 00:09:36 +01:00
parent f73d45404f
commit 68e1073858
1 changed files with 2 additions and 2 deletions

View File

@ -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."