Change CI group identifiers (#517)

* Change CI group identifiers.

* cloud → generic.
This commit is contained in:
Felix Fontein
2022-10-10 22:39:10 +02:00
committed by GitHub
parent 52bc2cb266
commit 1f4840ba2f
34 changed files with 91 additions and 92 deletions

View File

@@ -12,9 +12,9 @@ platform="${args[0]}"
version="${args[1]}"
if [ "${#args[@]}" -gt 2 ]; then
target="shippable/posix/group${args[2]}/"
target="azp/posix/${args[2]}/"
else
target="shippable/posix/"
target="azp/posix/"
fi
stage="${S:-prod}"