From 31d0d6e2fcdb677627e05af2585053bfa509d667 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 23 Jun 2021 22:38:52 +0300 Subject: [PATCH] Show built image size --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index f7caac7..b441bf5 100755 --- a/build.sh +++ b/build.sh @@ -36,6 +36,7 @@ GIT_REV=$(git rev-parse --short HEAD) GIT_DESCRIBE=$(git describe --tags) VM_NAME="clover-devel_${GIT_DESCRIBE}.ova" mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME} +ls -l output-virtualbox-ovf echo "--- All done!"