Update integration test runner on shippable.

pull/16262/head
Matt Clay 8 years ago
parent 62e6f6b885
commit 2f1fc5a324

@ -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…
Cancel
Save