From 37f36af5f5a00b130044bfd8bcbe4a131a5b98a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 24 Oct 2016 20:16:06 +0800 Subject: [PATCH] Print all docker images in gate TrivialFix Change-Id: I65ba1828fccee52194eb2b76c4055c922236d97b --- tools/deploy_aio.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/deploy_aio.sh b/tools/deploy_aio.sh index 7b617e2c0e..bddb34e5c9 100755 --- a/tools/deploy_aio.sh +++ b/tools/deploy_aio.sh @@ -47,6 +47,7 @@ function check_failure { # Command failures after this point can be expected set +o errexit + docker images docker ps -a failed_containers=$(docker ps -a --format "{{.Names}}" --filter status=exited)