Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Update app-connector-e2e-gardener-aws.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski authored Mar 16, 2021
1 parent 16c64c4 commit 67a024b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/app-connector-e2e-gardener-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ jobs:
./kyma.js install --new-eventing
npm run-script test-commerce-mock
- name: Uninstall Kyma
if: ${{ always() }}
run: |
KEEP=${{ github.event.inputs.keep }}
if [[ $KEEP == "true" ]]; then
echo "Keeping cluster alive"
exit 0
fi
echo "Uninstalling Kyma ..."
cd tests/fast-integration
./kyma.js uninstall -v
- name: Delete cluster
if: ${{ always() }}
run: |
KEEP=${{ github.event.inputs.keep }}
Expand All @@ -73,7 +62,7 @@ jobs:
exit 0
fi
echo "Deleting cluster ..."
./uninstall-kyma.sh
export SHOOT_NAME=$(kubectl get cm shoot-info -n kube-system -ojsonpath='{.data.shootName}')
kubectl --kubeconfig ./garden-kubeconfig.yaml annotate shoot $SHOOT_NAME confirmation.gardener.cloud/deletion=true
kubectl --kubeconfig ./garden-kubeconfig.yaml delete shoot $SHOOT_NAME --force=true --wait=false

0 comments on commit 67a024b

Please sign in to comment.