Skip to content

Commit 4207bff

Browse files
committed
fix image create name
1 parent ec7cb9c commit 4207bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/bin/get-s3-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
wget https://object.arcus.openstack.hpc.cam.ac.uk/swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1/openhpc-images/$image_name --progress=dot:giga
1515

1616
echo "Uploading image $image_name to OpenStack..."
17-
openstack image create --file "$image_name.qcow2" --disk-format qcow2 "$image_name"
17+
openstack image create --file "$image_name" --disk-format qcow2 "$image_name" --progress
1818

1919
echo "Image $image_name has been uploaded to OpenStack."
2020
fi

0 commit comments

Comments
 (0)