From 2f1fc5a32437cc8457d7789fddf43ecbcfe5e024 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 13 Jun 2016 18:06:55 -0700 Subject: [PATCH] Update integration test runner on shippable. --- test/utils/shippable/integration.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh index d1bb547428..10267c9656 100755 --- a/test/utils/shippable/integration.sh +++ b/test/utils/shippable/integration.sh @@ -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