Skip to content

Commit

Permalink
Final changes for javadocs publishing issue #6 - tidy up on bash scri…
Browse files Browse the repository at this point in the history
…pt and travis
  • Loading branch information
stevewalton28 committed Jan 22, 2020
1 parent ac1d1c0 commit 08f0074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ deploy:
- provider: script
script: bash scripts/publish-javadocs-to-github-pages.sh
on:
branch: publish-javadocs-issue-#6
tags: true

notifications:
slack: evoco:HMLAFFFsZHDFu6xBw0OyXZrp
1 change: 0 additions & 1 deletion scripts/publish-javadocs-to-github-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ workingDir=`pwd`
# Generate javadocs and get current app version
mvn javadoc:javadoc
currentAppVersion=`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive exec:exec`
ls

# Get to the Travis build directory, configure git and clone the repo
cd $HOME
Expand Down

0 comments on commit 08f0074

Please sign in to comment.