Change CI group identifiers. (#484)

This commit is contained in:
Felix Fontein
2022-10-10 22:39:27 +02:00
committed by GitHub
parent 1e93feed2b
commit ac606cd2bf
38 changed files with 40 additions and 62 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ version="${args[1]}"
target="shippable/posix/"
if [ "${#args[@]}" -gt 2 ]; then
target="shippable/posix/group${args[2]}/"
target="azp/${args[2]}/"
else
target="shippable/posix/"
target="azp/"
fi
force_python=""