We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7cb9c commit 4207bffCopy full SHA for 4207bff
.github/bin/get-s3-image.sh
@@ -14,7 +14,7 @@ else
14
wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/$image_name --progress=dot:giga
15
16
echo "Uploading image $image_name to OpenStack..."
17
- openstack image create --file "$image_name.qcow2" --disk-format qcow2 "$image_name"
+ openstack image create --file "$image_name" --disk-format qcow2 "$image_name" --progress
18
19
echo "Image $image_name has been uploaded to OpenStack."
20
fi
0 commit comments