mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-27 01:44:48 +00:00
Remove unecessary changes to CI scripts
This commit is contained in:
@@ -6,15 +6,6 @@ declare -a args
|
||||
IFS='/:' read -ra args <<< "$1"
|
||||
|
||||
image="${args[1]}"
|
||||
pyver=default
|
||||
# check for explicit python version like 8.3@3.8
|
||||
declare -a splitversion
|
||||
IFS='@' read -ra splitversion <<< "$image"
|
||||
|
||||
if [ "${#splitversion[@]}" -gt 1 ]; then
|
||||
image="${splitversion[0]}"
|
||||
pyver="${splitversion[1]}"
|
||||
fi
|
||||
|
||||
if [ "${#args[@]}" -gt 2 ]; then
|
||||
target="shippable/posix/group${args[2]}/"
|
||||
@@ -24,4 +15,4 @@ fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
||||
--docker "${image}" --python "${pyver}"
|
||||
--docker "${image}"
|
||||
|
||||
Reference in New Issue
Block a user