Make apps test great again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user