Skip to content

Commit 147a3e5

Browse files
fix: Add shopt -s nullglob to dependencies script (#461)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/75d75f9a-5d82-4c0e-b1e1-62bad996136b/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@87254ac
1 parent 2b6da60 commit 147a3e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.kokoro/dependencies.sh

+1
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]}"))

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "f0ac89b8b10d9d6212f660b80ce8adac8460273c"
7+
"sha": "2b6da603981b3c31a42358a5dc9a81dd5be670ae"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
22+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)