Sign in
◑
Theme
skia
/
buildbot
/
e315dd306c6c406e4b2afc7e83b4ea07a91eebdf
/
.
/
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