Skip to content
Prev Previous commit
Next Next commit
Cleanup intermediate image
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
  • Loading branch information
AmedeeBulle committed Apr 4, 2020
commit a9ae381939bd102bb20827aabedac3899f8410c6
1 change: 1 addition & 0 deletions oracle-linux-image-tools/cloud/none/image-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ cloud::image_package() {
vboxmanage convertfromraw System.img --format VMDK "${vmdk}" --variant Stream
rm System.img
tar cvf "${VM_NAME}.ova" "${VM_NAME}.ovf" "${vmdk}"
rm "${vmdk}"
}