Skip to content

Commit

Permalink
Make sure GKE clusters get cleaned up from the right directory (hashi…
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Aug 26, 2020
1 parent 92f656e commit e7b0a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,9 @@ jobs:

- run:
name: terraform destroy
working_directory: test/terraform/gke
command: |
terraform destroy -auto-approve
terraform destroy -var project=${CLOUDSDK_CORE_PROJECT} -auto-approve
when: always

update-helm-charts-index:
Expand Down

0 comments on commit e7b0a76

Please sign in to comment.