mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
CI - Add missing args to generic.sh (#85737)
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user