Show built image size

This commit is contained in:
Oleg Kalachev
2021-06-23 22:38:52 +03:00
parent f1fd8f73e8
commit 31d0d6e2fc

View File

@@ -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!"