summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud