Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 8a37a7c

Browse files
chore: minimize noise from build scripts (#565)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/88f2626c-4d2d-42a7-9d16-aaa685eaa74a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@1c0c698
1 parent f13b855 commit 8a37a7c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.kokoro/coerce_logs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
2828
echo "coercing sponge logs..."
2929
for xml in `find . -name *-sponge_log.xml`
3030
do
31-
echo "processing ${xml}"
3231
class=$(basename ${xml} | cut -d- -f2)
3332
dir=$(dirname ${xml})/${job}/${class}
3433
text=$(dirname ${xml})/${class}-sponge_log.txt

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "03de3b299af4750fb89400e68176e89114c13bfb"
7+
"sha": "f13b85581e4fe3bf634ee5b094a3003dd341651b"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
30+
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)