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