Skip to content

Commit

Permalink
devops: add logging for report name when uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Sep 24, 2024
1 parent 22c76aa commit 2d1daef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/upload_flakiness_dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d1daef

Please sign in to comment.