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 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://github.com/googleapis/java-websecurityscanner.git",
7
- "sha": "896281f158c7498fd05f20b18e28d4d356a2bcca "
7
+ "sha": "2cfa1f10a600081095b493ce6d3b1c584c5e20d2 "
8
8
}
9
9
},
10
10
{
35
35
"git": {
36
36
"name": "synthtool",
37
37
"remote": "https://github.com/googleapis/synthtool.git",
38
- "sha": "8f76a885deaaf2fe234daeba4a8cc4d1b3de8086 "
38
+ "sha": "87254ac89a9559864c0a245d6b150406439ce3d8 "
39
39
}
40
40
}
41
41
],
You can’t perform that action at this time.
0 commit comments