Merge pull request #16262 from mattclay/integration-update
Update integration test runner on shippable.
This commit is contained in:
commit
0cf9f9d715
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue