mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
Change CI group identifiers (#517)
* Change CI group identifiers. * cloud → generic.
This commit is contained in:
@@ -12,9 +12,9 @@ image="${args[1]}"
|
||||
python="${args[2]}"
|
||||
|
||||
if [ "${#args[@]}" -gt 3 ]; then
|
||||
target="shippable/posix/group${args[3]}/"
|
||||
target="azp/posix/${args[3]}/"
|
||||
else
|
||||
target="shippable/posix/"
|
||||
target="azp/posix/"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
||||
Reference in New Issue
Block a user