Skip to content

Commit 750b6f6

Browse files
author
Vivek Reddy
committed
commented cleanup
1 parent 885efc3 commit 750b6f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,7 @@ jobs:
272272
export EKS_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
273273
export GKE_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
274274
tools/cleanup.sh
275-
make cleanup
276-
make clean
277275
- name: Cleanup up EKS cluster
278276
if: ${{ always() }}
279277
run: |
280278
make cluster-down
281-
#- name: Delete GKE Cluster
282-
# if: always()
283-
# run: |
284-
# gcloud container clusters delete ${{ env.CLUSTER_NAME }} --zone ${{ env.GCP_ZONE }} --project ${{ env.GCP_PROJECT_ID }} --quiet

0 commit comments

Comments
 (0)