scripts: Build against the 22 branch

This commit is contained in:
Alexey Rogachevskiy
2020-10-26 21:41:07 +03:00
parent 74a83d7159
commit de95bbb2bb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ ${PACKER} build ros_ide_vm.json
echo "--- Marking the VM"
GIT_REV=$(git rev-parse --short HEAD)
VM_NAME="clover-devel_v0.20+${GIT_REV}.ova"
VM_NAME="clover-devel_v0.22+${GIT_REV}.ova"
mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME}
echo "--- All done!"