removed exits

This commit is contained in:
miampf 2024-05-02 16:30:54 +02:00
parent 63207e3ce4
commit 86b639dff7
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -169,8 +169,7 @@ jobs:
if: always()
shell: pwsh
run: |
# .\constellation.exe iam destroy --debug -y
exit 1
.\constellation.exe iam destroy --debug -y
- name: Clean up after failure
if: ${{ (failure() && (steps.terminate-cluster.conclusion == 'failure' || steps.delete-iam.conclusion == 'failure')) || cancelled() }} # run on a cleanup failure or if cancelled