Skip to content

Commit f3409d6

Browse files
committed
Adding some debug to bash script for issue #6
1 parent eed590a commit f3409d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/publish-javadocs-to-github-pages.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
set -ev
33

44
echo "HELLO WORLD"
5-
5+
ls
6+
pwd
67
# Get to the Travis build directory, configure git and clone the repo
7-
cd $HOME
88
mvn javadoc:javadoc
9+
cd $HOME
910
currentAppVersion=`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec`
1011
git config --global user.email "[email protected]"
1112
git config --global user.name "travis-ci"

0 commit comments

Comments
 (0)