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