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

Commit f6f1f37

Browse files
fix: Add shopt -s nullglob to dependencies script (#65)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/cd34dfb7-3618-40fb-a77a-3607ab770983/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@87254ac
1 parent 1dc1d88 commit f6f1f37

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.kokoro/dependencies.sh

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-managed-identities.git",
7-
"sha": "66f5aa0e6c5fa695859dd483efd6320d38ef228f"
7+
"sha": "1dc1d888c6c25f9be8776d4fb4fa77a477fa2250"
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)