Skip to content

Commit

Permalink
Merge pull request #680 from angl/master
Browse files Browse the repository at this point in the history
also delete firewall rule in "make clean-google-cluster"
  • Loading branch information
derekchiang committed Jul 25, 2016
2 parents 6b65124 + c9557ab commit 4694c4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ google-cluster:

clean-google-cluster:
gcloud container clusters delete $(CLUSTER_NAME)
gcloud compute firewall-rules delete pachd
gsutil -m rm -r gs://$(BUCKET_NAME)
gcloud compute disks delete $(STORAGE_NAME)

Expand Down

0 comments on commit 4694c4a

Please sign in to comment.