Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: don't log downloads (#318)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/62fbd93a-0469-4c6e-9547-84dbcc2a707d/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@1aeca92
  • Loading branch information
yoshi-automation committed Feb 19, 2021
1 parent c7857c9 commit 0b7cb06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .kokoro/build.sh
Expand Up @@ -60,6 +60,7 @@ javadoc)
;;
integration)
mvn -B ${INTEGRATION_TEST_ARGS} \
-ntp \
-Penable-integration-tests \
-DtrimStackTrace=false \
-Dclirr.skip=true \
Expand All @@ -81,6 +82,7 @@ samples)
pushd ${SAMPLES_DIR}
mvn -B \
-Penable-samples \
-ntp \
-DtrimStackTrace=false \
-Dclirr.skip=true \
-Denforcer.skip=true \
Expand Down
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-dns.git",
"sha": "bac2f36e91805dc8ee8e88824a9b7a9628c17c16"
"sha": "c7857c943d48f52ddb10ebf69fc2bf70af44c1e4"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "b416a7befcdbc42de41cf387dcf428f894fb812b"
"sha": "1aeca92e4a38f47134cb955f52ea76f84f09ff88"
}
}
],
Expand Down

0 comments on commit 0b7cb06

Please sign in to comment.