Skip to content

Commit

Permalink
Update perf-testing-setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang authored Jan 9, 2024
1 parent b20eaae commit 8cf6502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/perf-testing-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
azcliversion: latest
inlineScript: |
end=`date -u -d "30 minutes" '+%Y-%m-%dT%H:%MZ'`
end=$(date -u -d "30 minutes" '+%Y-%m-%dT%H:%MZ' 2>/dev/null || date -u -v+30M '+%Y-%m-%dT%H:%MZ')
sas=$(az storage blob generate-sas \
--container-name 'profiling' \
--name $report_name \
Expand Down

0 comments on commit 8cf6502

Please sign in to comment.