Merge "[Image] Use sudo when removing image cache dir" into stable/ussuri

This commit is contained in:
Zuul 2020-09-22 04:22:45 +00:00 committed by Gerrit Code Review
commit 7204934629
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
function build_vm() {
exclaim "Actually building the image, this can take up to 15 minutes"
rm -rf ~/.cache/image-create
sudo rm -rf ~/.cache/image-create
local datastore_type=$1
local guest_os=$2