We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57738da + f01b7ac commit a187b11Copy full SHA for a187b11
1 file changed
utilities/after_success.sh
@@ -33,7 +33,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" ]; then
33
git config --global user.email "travis@travis-ci.org"
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