Make apps test great again

This commit is contained in:
Girish Ramakrishnan
2018-10-29 11:49:37 -07:00
parent caf1d18250
commit f10b80d90d
2 changed files with 16 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ images=$(node -e "var i = require('${SOURCE_DIR}/src/infra_version.js'); console
for image in ${images}; do
if ! docker inspect "${image}" >/dev/null 2>/dev/null; then
echo "docker pull ${image}"
echo "docker pull ${image%@sha256:*}"
image_missing="true"
fi
done