aboutsummaryrefslogtreecommitdiff
path: root/roles/gitlab-runner/templates/cleanup.sh
blob: 42071b2f40af6afafe3fcc80d850ca926209688f (plain) (blame)
1
2
3
4
5
6
7
8
9
{% include "base.sh" %}

# Destroy VM.
virsh shutdown "$VM_ID" || true

# Undefine VM.
virsh undefine "$VM_ID" || true

rm -fv /tmp/${VM_ID}_ed25519 /tmp/${VM_ID}_ed25519.pub ${VM_IMAGES_PATH}/${VM_ID}*