We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885efc3 commit 750b6f6Copy full SHA for 750b6f6
.github/workflows/int-test-gcp-workflow.yml
@@ -272,13 +272,7 @@ jobs:
272
export EKS_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
273
export GKE_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
274
tools/cleanup.sh
275
- make cleanup
276
- make clean
277
- name: Cleanup up EKS cluster
278
if: ${{ always() }}
279
run: |
280
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