Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Oct 2, 2015
1 parent 3d3c5ab commit e4f7dd8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utilities/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
git config --global push.default simple
git push --quiet "https://${CI_DEPLOY_USERNAME}:${CI_DEPLOY_PASSWORD}@github.com/GoogleCloudPlatform/gcloud-java.git" > /dev/null 2>&1

# Update versions README and pom.xml in master branch
cd ..
utilities/update_docs_version.sh

utilities/update_docs_version.sh # Update version in READMEs
mvn deploy --settings target/travis/settings.xml -P sign-deploy
else
mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml
Expand Down

0 comments on commit e4f7dd8

Please sign in to comment.