Skip to content

Commit 6e8e08f

Browse files
Release process: skipping tests (cobertura, surefire) [ci skip] (#2153)
1 parent 839f7fb commit 6e8e08f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/create_site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414

1515
git clone --branch gh-pages --single-branch https://github.com/GoogleCloudPlatform/google-cloud-java/ tmp_gh-pages
1616
mkdir -p tmp_gh-pages/$SITE_VERSION_BASE
17-
mvn site -DskipITs -Djava.util.logging.config.file=logging.properties
17+
mvn site -DskipTests -Djava.util.logging.config.file=logging.properties
1818
mvn site:stage --quiet -Djava.util.logging.config.file=logging.properties -DtopSiteURL=http://googlecloudplatform.github.io/google-cloud-java/site/${SITE_VERSION_BASE}/
1919
cd tmp_gh-pages
2020

0 commit comments

Comments
 (0)