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

Commit 7b87c9a

Browse files
chore: minimize noise from build scripts (#387)
This should limit the amount of scrolling client devs have to do when debugging a test failure Co-authored-by: Elliotte Rusty Harold <[email protected]> Co-authored-by: Neenu Shaji <[email protected]> Source-Author: Igor Bernstein <[email protected]> Source-Date: Fri Jun 18 17:28:07 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 1c0c698705e668ccb3d68556ae7260f16ce63a6e Source-Link: googleapis/synthtool@1c0c698
1 parent 09660e1 commit 7b87c9a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.kokoro/coerce_logs.sh

-1
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
7-
"sha": "44961532f621b0ab19e9e7feebb7d588aef5d423"
7+
"sha": "7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
14+
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)