Merge "Print all docker images in gate"
This commit is contained in:
commit
6f60958152
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user