This repository was archived by the owner on Sep 16, 2023. It is now read-only.

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
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
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
set -eo pipefail
17+
shopt -s nullglob
1718

1819
## Get the directory of the build script
1920
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-tasks.git",
7-
"sha": "5f2c4c1a64d9bee0c0a89566833f140d218e22d8"
7+
"sha": "19bc4be2d0fc080132b3853126848e4e73c899fb"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://.com/googleapis/synthtool.git",
22-
"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086"
22+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)