mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
11
test/utils/shippable/linux.sh
Executable file
11
test/utils/shippable/linux.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
set -o pipefail
|
||||
|
||||
declare -a args
|
||||
IFS='/:' read -ra args <<< "${TEST}"
|
||||
|
||||
image="ansible/ansible:${args[1]}"
|
||||
target="posix/ci/group${args[2]}/"
|
||||
|
||||
ansible-test integration --color -v --retry-on-error "${target}" --docker "${image}"
|
||||
Reference in New Issue
Block a user