From 2d1daef479aa6c011d180c7688325afc3488fa88 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 24 Sep 2024 11:37:11 +0200 Subject: [PATCH] devops: add logging for report name when uploading --- utils/upload_flakiness_dashboard.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/upload_flakiness_dashboard.sh b/utils/upload_flakiness_dashboard.sh index d4e02894c5..cb610f9cdf 100755 --- a/utils/upload_flakiness_dashboard.sh +++ b/utils/upload_flakiness_dashboard.sh @@ -84,6 +84,8 @@ gzip "${REPORT_NAME}" AZ_STORAGE_ACCOUNT="folioflakinessdashboard" +echo "Uploading ${REPORT_NAME}.gz" + az storage blob upload --auth-mode login --account-name "${AZ_STORAGE_ACCOUNT}" -c uploads -f "${REPORT_NAME}.gz" -n "${REPORT_NAME}.gz" UTC_DATE=$(cat <