ci: add confirmation message for deleted blobs in Azure Blob Storage

This commit is contained in:
Piwccle 2025-10-22 11:33:18 +02:00
parent b5753ea742
commit 4b77ab46b9

View File

@ -226,6 +226,7 @@ jobs:
--source openvidu-appdata-recordings \ --source openvidu-appdata-recordings \
--pattern "openvidu-meet/*" \ --pattern "openvidu-meet/*" \
--delete-snapshots include || echo "No files found to delete or container doesn't exist" --delete-snapshots include || echo "No files found to delete or container doesn't exist"
echo "Existing blobs deleted from Azure Blob Storage container."
elif [[ "${{ matrix.storage-provider }}" == "gcs" ]]; then elif [[ "${{ matrix.storage-provider }}" == "gcs" ]]; then
echo "Installing Google Cloud CLI..." echo "Installing Google Cloud CLI..."