mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Only run integration script if it exists.
This commit is contained in:
@@ -49,4 +49,7 @@ pip list
|
||||
source hacking/env-setup
|
||||
|
||||
test/utils/shippable/modules/generate-tests "${this_module_group}" --verbose --output /tmp/integration.sh >/dev/null
|
||||
/bin/bash -eux /tmp/integration.sh
|
||||
|
||||
if [ -f /tmp/integration.sh ]; then
|
||||
/bin/bash -eux /tmp/integration.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user