Skip to content

Commit

Permalink
commented cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Nov 19, 2024
1 parent 885efc3 commit 750b6f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,7 @@ jobs:
export EKS_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
export GKE_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
tools/cleanup.sh
make cleanup
make clean
- name: Cleanup up EKS cluster
if: ${{ always() }}
run: |
make cluster-down
#- name: Delete GKE Cluster
# if: always()
# run: |
# gcloud container clusters delete ${{ env.CLUSTER_NAME }} --zone ${{ env.GCP_ZONE }} --project ${{ env.GCP_PROJECT_ID }} --quiet

0 comments on commit 750b6f6

Please sign in to comment.