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

Commit 2ee897a

Browse files
fix: Add shopt -s nullglob to dependencies script (#902)
This prevents processing the unexpanded glob "**/.flattened-pom.xml" in repos which do not flatten any POMs. Source-Author: dpcollins-google <[email protected]> Source-Date: Sat Jun 19 18:35:58 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 87254ac89a9559864c0a245d6b150406439ce3d8 Source-Link: googleapis/synthtool@87254ac
1 parent 3f3999c commit 2ee897a

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-bigquerydatatransfer.git",
14-
"sha": "a9d8eac36807fcb29c90d315ea27196b113fbfb2"
14+
"sha": "3f3999cf9c933a4513a53d181e50435fa4cf93f8"
1515
}
1616
},
1717
{
@@ -26,7 +26,7 @@
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
29+
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)