mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
ci: reduce continue-on-error usage in e2e upgrade
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
d24ebd660e
commit
1f82b4d266
1 changed files with 0 additions and 2 deletions
2
.github/workflows/e2e-upgrade.yml
vendored
2
.github/workflows/e2e-upgrade.yml
vendored
|
|
@ -163,7 +163,6 @@ jobs:
|
|||
|
||||
- name: Always fetch logs
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
env:
|
||||
KUBECONFIG: ${{ steps.e2e_test.outputs.kubeconfig }}
|
||||
run: |
|
||||
|
|
@ -182,7 +181,6 @@ jobs:
|
|||
|
||||
- name: Always terminate cluster
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
uses: ./.github/actions/constellation_destroy
|
||||
with:
|
||||
kubeconfig: ${{ steps.e2e_test.outputs.kubeconfig }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue