This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree3 files changed
+3
-3
lines changed Expand file treeCollapse file tree3 files changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -28,7 +28,6 @@ job=$(basename ${KOKORO_JOB_NAME})
|
28 | 28 | echo "coercing sponge logs..."
|
29 | 29 | for xml in `find . -name *-sponge_log.xml`
|
30 | 30 | do
|
31 |
| -echo "processing ${xml}" |
32 | 31 | class=$(basename ${xml} | cut -d- -f2)
|
33 | 32 | dir=$(dirname ${xml})/${job}/${class}
|
34 | 33 | text=$(dirname ${xml})/${class}-sponge_log.txt
|
|
Original file line number | Diff line number | Diff line change |
---|
|
14 | 14 | # limitations under the License.
|
15 | 15 |
|
16 | 16 | set -eo pipefail
|
| 17 | +shopt -s nullglob |
17 | 18 |
|
18 | 19 | ## Get the directory of the build script
|
19 | 20 | scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
|
|
Original file line number | Diff line number | Diff line change |
---|
|
4 | 4 | "git": {
|
5 | 5 | "name": ".",
|
6 | 6 | "remote": "https://.com/googleapis/java-tasks.git",
|
7 |
| -"sha": "5f2c4c1a64d9bee0c0a89566833f140d218e22d8" |
| 7 | +"sha": "19bc4be2d0fc080132b3853126848e4e73c899fb" |
8 | 8 | }
|
9 | 9 | },
|
10 | 10 | {
|
|
19 | 19 | "git": {
|
20 | 20 | "name": "synthtool",
|
21 | 21 | "remote": "https://.com/googleapis/synthtool.git",
|
22 |
| -"sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086" |
| 22 | +"sha": "87254ac89a9559864c0a245d6b150406439ce3d8" |
23 | 23 | }
|
24 | 24 | }
|
25 | 25 | ],
|
|
You can’t perform that action at this time.
0 commit comments