fix(script): fixed yq
This commit is contained in:
parent
b6608ca3e4
commit
a204ed5169
2
.github/download-boxes.sh
vendored
2
.github/download-boxes.sh
vendored
@ -14,7 +14,7 @@ yq --version
|
|||||||
|
|
||||||
# Read all boxes for all platforms from the "molecule.yml" files
|
# Read all boxes for all platforms from the "molecule.yml" files
|
||||||
all_boxes=$(cat "${GIT_ROOT}"/molecule/*/molecule.yml |
|
all_boxes=$(cat "${GIT_ROOT}"/molecule/*/molecule.yml |
|
||||||
yq -r '.platforms[].box' | # Read the "box" property of each node under "platforms"
|
yq r '.platforms[].box' | # Read the "box" property of each node under "platforms"
|
||||||
grep --invert-match --regexp=--- | # Filter out file separators
|
grep --invert-match --regexp=--- | # Filter out file separators
|
||||||
sort |
|
sort |
|
||||||
uniq)
|
uniq)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user