Print image size

This commit is contained in:
Oleg Kalachev
2021-06-29 03:14:03 +03:00
parent 0ab9135864
commit 6e0ae794a8

View File

@@ -31,6 +31,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!"