Sign in
skia
/
buildbot
/
7b2bc39cb9ff71ed933558f93db2ea49e52cd9d7
/
.
/
compute_engine_scripts
/
push
/
vm_delete_instance.sh
blob: e8f14d038a5b88b2c01ba7af9d50a2cfb2dcfe55 [
file
]
#!/bin/bash
#
# Deletes the compute instance for skia-push.
#
set
-
x
source vm_config
.
sh
gcloud compute instances delete \
--
project
=
$PROJECT_ID \
--
delete
-
disks
"all"
\
--
zone
=
$ZONE \
$INSTANCE_NAME