Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit fef0aca

Browse files
fix: Add shopt -s nullglob to dependencies script (#1139)
This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs. Source-Author: dpcollins-google <40498610+dpcollins-google@users.noreply.github.com> Source-Date: Sat Jun 19 18:35:58 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 87254ac89a9559864c0a245d6b150406439ce3d8 Source-Link: googleapis/synthtool@87254ac
1 parent f75a556 commit fef0aca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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
@@ -11,7 +11,7 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "7248e459b7c9cdeac573f4bd03cb618d138a7618"
14+
"sha": "f75a5569797e3eb6f4ac7cdb0965f8a9aa3909d0"
1515
}
1616
},
1717
{
@@ -42,7 +42,7 @@
4242
"git": {
4343
"name": "synthtool",
4444
"remote": "https://github.com/googleapis/synthtool.git",
45-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
45+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
4646
}
4747
}
4848
],

0 commit comments

Comments
 (0)