Skip to content

Commit

Permalink
ci: fix GCP CCM findvers.sh script (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Jun 19, 2024
1 parent 9cd1184 commit 132d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gcpccm_vers_to_build/findvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ for major in "${allMajorVersions[@]}"; do
done

# Print one elem per line | quote elems | create array | remove empty elems and print compact.
printf '%s' "${versionsToBuild[@]}" | jq -R | jq -s | jq -c 'map(select(length > 0))'
printf '%s\n' "${versionsToBuild[@]}" | jq -R | jq -s | jq -c 'map(select(length > 0))'

0 comments on commit 132d540

Please sign in to comment.