remove test-vm-2 and sort files

This commit is contained in:
2023-09-03 00:52:40 +01:00
parent 06c2228bd1
commit 749071c695
2 changed files with 1 additions and 29 deletions

View File

@@ -55,6 +55,7 @@ jobs:
else
export TO_RUN="$(find . -wholename './infra/*-playbook.yaml' -type f)"
fi
export TO_RUN="$( echo -n $TO_RUN | tr ' ' '\n' | sort | tr '\n' ' ' )" # run things in order :)
echo "will run playbooks: $TO_RUN"
echo "to_run=$TO_RUN" >> "$GITHUB_OUTPUT"