Skip to content

Commit

Permalink
Update deploy_to_maven.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jian GU authored Jul 19, 2019
1 parent c04b486 commit b765ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildscript/deploy_to_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
# and incrementing it
mvn versions:set -DnewVersion=1.$((PREVIOUS_MAVEN_CENTRAL_VERSION+1))

mvn -Prelease deploy --settings .buildscript/settings.xml -Dmaven.test.skip=true
mvn -Prelease deploy --settings .buildscript/settings.xml -Dmaven.test.skip=true -Dgpg.passphrase=$PASSPHRASE
echo "Well deployed!"
fi

0 comments on commit b765ac7

Please sign in to comment.