We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c8ab6 commit 96676d2Copy full SHA for 96676d2
deploy.sh
@@ -8,8 +8,10 @@ deploy_branch=gh-pages
8
default_username=deploy.sh
9
default_email=XX1011+deploy.sh@gmail.com
10
11
-#echo expanded commands as they are executed, in case something goes wrong
12
-set -o xtrace
+if [[ $1 = "-v" || $1 = "--verbose" ]]; then
+ #echo expanded commands as they are executed
13
+ set -o xtrace
14
+fi
15
16
commit_title=`git log -n 1 --format="%s" HEAD`
17
commit_hash=`git log -n 1 --format="%H" HEAD`
0 commit comments