blob: e8f14d038a5b88b2c01ba7af9d50a2cfb2dcfe55 [file] [log] [blame]
#!/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