Merge branch 'master' into dependabot/pip/pre-commit-3.7.0

This commit is contained in:
Techno Tim
2024-03-25 11:33:18 -05:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ PROVIDER=virtualbox
# 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 '.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)