mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Update integration test runner on shippable.
This commit is contained in:
@@ -60,6 +60,7 @@ function cleanup
|
||||
}
|
||||
|
||||
trap cleanup EXIT INT TERM
|
||||
docker images ansible/ansible
|
||||
show_environment
|
||||
|
||||
if [ "${controller_shared_dir}" ]; then
|
||||
@@ -79,8 +80,6 @@ container_id=$(docker run -d \
|
||||
|
||||
show_environment
|
||||
|
||||
docker exec "${container_id}" pip install junit-xml
|
||||
|
||||
if [ "${copy_source}" ]; then
|
||||
docker exec "${container_id}" cp -a "${test_shared_dir}" "${test_ansible_dir}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user