mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Debug exit 141 failure
This commit is contained in:
@@ -29,7 +29,8 @@ fullTag=$2
|
||||
changeLogFile="${3:-}"
|
||||
|
||||
# Find previous tag that matches the tags module
|
||||
prevTag=$(git tag -l "$module*" --sort=-version:refname --no-contains="$fullTag" | head -n 1)
|
||||
allTags=$(git tag -l "$module*" --sort=-version:refname --no-contains="$fullTag")
|
||||
prevTag=$(echo "$allTags" | head -n 1)
|
||||
echo "Compiling $module changes from $prevTag to $fullTag"
|
||||
|
||||
commits=( $(git log "$prevTag".."$fullTag" \
|
||||
|
||||
Reference in New Issue
Block a user