We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4c891 commit fdd6833Copy full SHA for fdd6833
1 file changed
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
- travis_wait mvn site -DskipTests=true --quiet -Djava.util.logging.config.file=logging.properties
+ mvn site -DskipTests=true --quiet -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