misra-docker-images: List directory contents after overlaying S3 files
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ida1568e4c2de8a3cbc1b1970602c741a3d6b6cdc
diff --git a/misra-docker-images/builders.sh b/misra-docker-images/builders.sh
index 232323d..0d69eed 100644
--- a/misra-docker-images/builders.sh
+++ b/misra-docker-images/builders.sh
@@ -18,6 +18,7 @@
# we are expecting private files to be kept in the dockerfiles/*
# subdirs with a matching name for the image
aws s3 cp --recursive s3://trustedfirmware-misra/dockerfiles/ ./misra-dockerfiles
+find ./misra-dockerfiles
aws ecr get-login-password --region us-east-1|docker login --username AWS --password-stdin $ECR