From 8e312f6ee333d966663f776e44729f44130fdd6d Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 27 Feb 2024 16:31:05 -0500 Subject: [PATCH] Print out VM info (#21) After https://github.com/cirruslabs/tart/pull/742 we'll be able to track disk increases pretty accurately --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 921540a..4ecdf78 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -76,6 +76,8 @@ task: - packer init . - packer build -var vm_name="$VM_ID" . + info_script: tart get "$VM_ID" + release_script: - '[ -z "$CIRRUS_CRON" ] && { echo "Only release via cron"; exit 0; }' - export VM_NAME_TO_PUSH="${CUSTOMIZATION_IMAGE:-$VM_NAME}"