Change CI group identifiers. (#5344) (#5347)

(cherry picked from commit e47845ab3a)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-10-11 12:17:31 +02:00
committed by GitHub
parent 5dcd2c7df5
commit 68e184eba8
131 changed files with 156 additions and 158 deletions

View File

@@ -11,9 +11,9 @@ IFS='/:' read -ra args <<< "$1"
image="${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
# shellcheck disable=SC2086