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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
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,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-shared-dependencies.git",
7-
"sha": "7b1d4cf317fbd75b91d6a63f82b5fc2f46eaf3ca"
7+
"sha": "7b87c9aff5604dd894296a641fb34a3e8a73395c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
14+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)