summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-02 19:43:38 -0300
committerRenato Botelho <renato@netgate.com>2015-09-03 07:59:42 -0300
commit6b733d47f3213d34faf43201cc19b24c4f941d05 (patch)
treeea550baaee772897e816fec05f906246b72f84af /build.sh
parent517071cc630a31426ceea67fdade971861088b1e (diff)
downloadpfsense-6b733d47f3213d34faf43201cc19b24c4f941d05.zip
pfsense-6b733d47f3213d34faf43201cc19b24c4f941d05.tar.gz
List image files even when we are building snapshots
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