mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: fix GCP CCM findvers.sh script (#3178)
This commit is contained in:
parent
9cd1184244
commit
132d540ac0
@ -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))'
|
||||
|
Loading…
Reference in New Issue
Block a user