Skip to content

Commit

Permalink
enable ci maven stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jun 3, 2019
1 parent 60b24a6 commit 634686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
echo $GPG_DIR
echo "-----------------------------------"
if [[ $TRAVIS_PULL_REQUEST == "false" ]]; then
mvn clean deploy -Dmaven.test.skip=true --settings $GPG_DIR/settings.xml -Dci=true
mvn clean deploy -Dmaven.test.skip=true -X --settings $GPG_DIR/settings.xml -Dci=true
exit $?
fi

0 comments on commit 634686d

Please sign in to comment.