Merge pull request #16262 from mattclay/integration-update

Update integration test runner on shippable.
This commit is contained in:
Matt Clay 2016-06-13 19:05:43 -07:00 committed by GitHub
commit 0cf9f9d715

View file

@ -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