devops: add logging for report name when uploading

This commit is contained in:
Max Schmitt 2024-09-24 11:37:11 +02:00
parent 22c76aacad
commit 2d1daef479

View file

@ -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 <<EOF | node