This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Previous commit
fix: Add shopt -s nullglob to dependencies script
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
  • Loading branch information
@yoshi-automation
yoshi-automation committedJul 1, 2021
commit 366ae016b28137ee71e4dead9790d8a673f5facb
Original file line numberDiff line numberDiff line change
Expand Up@@ -14,6 +14,7 @@
# limitations under the License.

set -eo pipefail
shopt -s nullglob

## Get the directory of the build script
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@
"git": {
"name": "synthtool",
"remote": "https://.com/googleapis/synthtool.git",
"sha": "1c0c698705e668ccb3d68556ae7260f16ce63a6e"
"sha": "87254ac89a9559864c0a245d6b150406439ce3d8"
}
}
],
Expand Down