mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Change CI group identifiers (#517)
* Change CI group identifiers. * cloud → generic.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user