Skip to content
Snippets Groups Projects
Commit 37f36af5 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Print all docker images in gate

TrivialFix

Change-Id: I65ba1828fccee52194eb2b76c4055c922236d97b
parent 430ddf9d
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment