Skip to content

Commit d2cf7e5

Browse files
author
TheSnoozer
committed
use relative path for settings and no quotes - does this fix travis deployment?
1 parent 06475e0 commit d2cf7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ matrix:
5151
jdk: oraclejdk8
5252
script:
5353
- if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [ "$TRAVIS_BRANCH" != "master" ]; then echo "the deploy job only runs for the master branch. This build will now exit"; exit 0; fi
54-
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then mvn clean deploy --settings=".buildscript/settings.xml"; fi
54+
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then mvn clean deploy --settings=./.buildscript/settings.xml; fi
5555
env:
5656
- secure: "o1dqRCwF2bD7Ccb276lQRwq4TVyX74WHz3Gv5kF4yB3BNkrYScoZaCrB0upn6TbJsC9krjao7pOLhYG6tLqQbmy8FTii/gxTTNRf+Ln4TkNqAOZ9dddj6cSOTzcRq2baZoTgZtNYNBhYtU5lPPihYp9l9jN99g76LRDzrBGncAw="
5757
- secure: "Gm6/TwMCtiw+UEUNuK6c1wrTron3IRvOLdqyOdjCsM/ohYN/xYw3GJXKPVsjMaxNzN+x9/tyMRRHTt9AiOAtp7pktritpKK2LwvCFij6pqpiTitBSz6+h9XsWI4iP0L7rwtS5K5Yc/JiK7iN2660dSmzLfDviD12EneAhPMV01Y="

0 commit comments

Comments
 (0)