Skip to content

Commit 83e3107

Browse files
committed
echo expanded commands as they are executed
in case something goes wrong
1 parent 8dae956 commit 83e3107

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ deploy_branch=gh-pages
88
default_username=deploy.sh
99
default_email=XX1011+$default_user@gmail.com
1010

11+
#echo expanded commands as they are executed, in case something goes wrong
12+
set -o xtrace
13+
1114
commit_title=`git log -n 1 --format="%s" HEAD`
1215
commit_hash=`git log -n 1 --format="%H" HEAD`
1316

0 commit comments

Comments
 (0)