Sign in
skia
/
buildbot
/
ceb90e2ffd04ab36a57c0db4b84d2258a4b4dd4a
/
.
/
compute_engine_scripts
/
goldserver
/
vm_delete_disk.sh
blob: 0aea1bb5d58ef48603b72b3bb221e61443fd8fda [
file
]
#!/bin/bash
#
# Deletes the data disk for skia gold for the specified instance.
#
set
-
x
source
./
vm_config
.
sh
gcloud compute disks delete $GOLD_DATA_DISK_NAME \
--
project
=
$PROJECT_ID \
--
zone
=
$ZONE