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

Commit 0d833bc

Browse files
fix: Add shopt -s nullglob to dependencies script (#562)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/26f3caaf-9fbf-46b2-bfb2-771a6e209718/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@87254ac
1 parent 9987592 commit 0d833bc

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-vision.git",
7-
"sha": "87a60125a17a0208458be87817fe4c4766202f1b"
7+
"sha": "99875920f414030e167906cfc5ccc590b2667dd2"
88
}
99
},
1010
{
@@ -51,7 +51,7 @@
5151
"git": {
5252
"name": "synthtool",
5353
"remote": "https://github.com/googleapis/synthtool.git",
54-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
54+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
5555
}
5656
}
5757
],

0 commit comments

Comments
 (0)