Deploy.sh: Don't show the commands being executed.
This commit is contained in:
parent
f73d45404f
commit
68e1073858
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
#set -x
|
||||||
#set -e
|
set -e
|
||||||
|
|
||||||
if ! git diff-index --quiet HEAD ; then
|
if ! git diff-index --quiet HEAD ; then
|
||||||
echo "Git isn't clean. Cant deploy."
|
echo "Git isn't clean. Cant deploy."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user