Skip to content

Commit b681199

Browse files
committed
azure: add small debug msg after uploading vhd
Job gets stuck for a while after this step, let's just add a small msg here to keep users informed about what is going on. Signed-off-by: Beraldo Leal <[email protected]>
1 parent 6ea0b9c commit b681199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/peerpods/podvm/azure-podvm-image-handler.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ function create_azure_image_from_prebuilt_artifact() {
495495
# This will set the VHD_URL global variable
496496
upload_vhd_image "${VHD_IMAGE_PATH}" "${IMAGE_NAME}"
497497

498+
echo "Creating the image version from the VHD..."
499+
498500
# Create the image version from the VHD
499501
az sig image-version create \
500502
--resource-group "${AZURE_RESOURCE_GROUP}" \

0 commit comments

Comments
 (0)