devops: add logging for report name when uploading to flakiness dashboard (#32786)
This commit is contained in:
parent
76c3077a69
commit
057a3187fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue