X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbenchvm%2Fdib%2Fbuild-image.sh;h=88cf2e58dd8c69b6494d8bd92e95084ed943d3da;hb=24997eda1e0530c0bde3f0955b807e534cd112fd;hp=43795e410ebd882280898d04d2f38fbc49aaf486;hpb=1d4d036af9da5c744b0a4f711e30022fedb6e640;p=nfvbench.git diff --git a/nfvbenchvm/dib/build-image.sh b/nfvbenchvm/dib/build-image.sh index 43795e4..88cf2e5 100755 --- a/nfvbenchvm/dib/build-image.sh +++ b/nfvbenchvm/dib/build-image.sh @@ -17,8 +17,8 @@ image_name=nfvbenchvm_centos-$__version__ # if image exists skip building if command -v gsutil >/dev/null; then if gsutil -q stat gs://$gs_url/$image_name.qcow2; then - echo "Image already exists at http://$gs_url/$image_name.qcow2" - exit 0 + echo "Image already exists at http://$gs_url/$image_name.qcow2" + exit 0 fi else echo "Cannot check image availability in OPNFV artifact repository (gsutil not available)"