Skip to content

Commit

Permalink
chore: update common templates (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 2, 2020
1 parent 144510b commit 61fdcd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1,393 deletions.
7 changes: 6 additions & 1 deletion .kokoro/linkage-monitor.sh
Expand Up @@ -23,7 +23,12 @@ cd github/google-http-java-client/
java -version
echo ${JOB_TYPE}

mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgcloud.download.skip=true -B -V
mvn install -B -V \
-DskipTests=true \
-Dclirr.skip=true \
-Denforcer.skip=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true

# Kokoro job cloud-opensource-java/ubuntu/linkage-monitor-gcs creates this JAR
JAR=linkage-monitor-latest-all-deps.jar
Expand Down

0 comments on commit 61fdcd4

Please sign in to comment.