correct command

This commit is contained in:
miampf 2024-05-02 14:13:26 +02:00
parent a4cfa94f6d
commit 22ab69504c
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -176,8 +176,8 @@ jobs:
if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure')) || cancelled() }} # run on a cleanup failure or if cancelled
shell: pwsh
run: |
az rg delete --name ${{ steps.iam-create.outputs.rgName }}-rg --yes
az rg delete --name ${{ steps.iam-create.outputs.rgName }}-sp --yes
az group delete --name ${{ steps.iam-create.outputs.rgName }}-rg --yes
az group delete --name ${{ steps.iam-create.outputs.rgName }}-sp --yes
notify-failure:
name: Notify about failure