Skip to content

Commit

Permalink
adding glcoud cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Reddy committed Oct 12, 2024
1 parent 76f0bf8 commit 7a9f1c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/int-test-gcp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,12 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
install_components: 'kubectl'

- name: Delete GKE Cluster
run: |
gcloud container clusters delete ${{ env.CLUSTER_NAME }} --zone ${{ secrets.GCP_ZONE }} --project ${{ secrets.GCP_PROJECT_ID }} --quiet

0 comments on commit 7a9f1c8

Please sign in to comment.