blob: 42c3f7dc4388a89fa0b8b6c69cc6955e16164560 [file]
#!/bin/bash
#
# Deletes the compute instance for skia-build-scheduler.
#
set -x
source vm_config.sh
gcloud compute instances delete \
--project=$PROJECT_ID \
--delete-disks "boot" \
--zone=$ZONE \
$INSTANCE_NAME