We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57738da commit f01b7acCopy full SHA for f01b7ac
utilities/after_success.sh
@@ -33,7 +33,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
33
git config --global user.email "[email protected]"
34
git clone --branch gh-pages --single-branch https://github.com/GoogleCloudPlatform/google-cloud-java/ tmp_gh-pages
35
mkdir -p tmp_gh-pages/$SITE_VERSION
36
- mvn site -DskipTests=true --quiet -Djava.util.logging.config.file=logging.properties
+ mvn site -DskipTests=true -Djava.util.logging.config.file=logging.properties
37
mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=http://googlecloudplatform.github.io/google-cloud-java/site/${SITE_VERSION}/
38
cd tmp_gh-pages
39
cp -r ../target/staging/$SITE_VERSION/* $SITE_VERSION/
0 commit comments