mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 12:19:53 +01:00
CI - Add missing args to generic.sh (#85737)
This commit is contained in:
parent
534b8c225a
commit
7b598f3fc9
|
|
@ -13,6 +13,9 @@ else
|
||||||
target="shippable/generic/"
|
target="shippable/generic/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
stage="${S:-prod}"
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
||||||
|
--remote-terminate always --remote-stage "${stage}" \
|
||||||
--docker default --python "${python}"
|
--docker default --python "${python}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user