mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +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/"
|
||||
fi
|
||||
|
||||
stage="${S:-prod}"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user