Skip to content

Commit

Permalink
add pubring and secring
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jun 3, 2019
1 parent 634686d commit 343753f
Show file tree
Hide file tree
Showing 3 changed files 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 -X --settings $GPG_DIR/settings.xml -Dci=true
mvn clean deploy -Dmaven.test.skip=true --settings $GPG_DIR/settings.xml -Dci=true
exit $?
fi
Empty file added deploy/pubring.gpg
Empty file.
Empty file added deploy/secring.gpg
Empty file.

0 comments on commit 343753f

Please sign in to comment.