From 6b733d47f3213d34faf43201cc19b24c4f941d05 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 2 Sep 2015 19:43:38 -0300 Subject: List image files even when we are building snapshots --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 94e9fbe..a3f9f8f 100755 --- a/build.sh +++ b/build.sh @@ -427,11 +427,11 @@ if [ -n "${SNAPSHOTS}" ]; then fi # Alert the world that we have some snapshots ready. snapshots_update_status ">>> Builder run is complete." -else - echo ">>> ${IMAGES_FINAL_DIR} now contains:" - ls -lah ${IMAGES_FINAL_DIR} fi +echo ">>> ${IMAGES_FINAL_DIR} now contains:" +ls -lah ${IMAGES_FINAL_DIR} + set -e # Run final finish routines finish -- cgit v1.1