Add image debug print at the end of the job

After we build images, print out `docker images` so that images and
image sizes can be verified.

Change-Id: I4eb92cef1c2510e62ada7f6ca308198cc8bd3a86
This commit is contained in:
Monty Taylor 2018-07-13 08:34:51 -05:00
parent 7d35e81912
commit aafe28f839
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@
command: pbrx --debug build-images
args:
chdir: '{{ zuul_work_dir|default(zuul.project.src_dir) }}'
- name: Output image information
command: docker images