From 4b77ab46b9016b511e74fbfeb3ba5da038b97424 Mon Sep 17 00:00:00 2001 From: Piwccle Date: Wed, 22 Oct 2025 11:33:18 +0200 Subject: [PATCH] ci: add confirmation message for deleted blobs in Azure Blob Storage --- .github/workflows/backend-integration-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 90d3d8a..9e4aa27 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -226,6 +226,7 @@ jobs: --source openvidu-appdata-recordings \ --pattern "openvidu-meet/*" \ --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 echo "Installing Google Cloud CLI..."