Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

ci: treat failures in cleanup tasks for pr-windows-signed-scripts.yaml as warmings not errors #4384

Merged
merged 1 commit into from
Apr 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .pipelines/pr-windows-signed-scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
az storage account delete -y -n ${SA_NAME} -g ${RESOURCE_GROUP_NAME}
displayName: Delete storage account
condition: always()
continueOnError: true

- script: |
sudo chown -R $USER:$USER .
Expand Down