mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
removed exits
This commit is contained in:
parent
63207e3ce4
commit
86b639dff7
3
.github/workflows/e2e-windows.yml
vendored
3
.github/workflows/e2e-windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user