Skip to content

Commit

Permalink
Print out VM info (#21)
Browse files Browse the repository at this point in the history
After cirruslabs/tart#742 we'll be able to track disk increases pretty accurately
  • Loading branch information
fkorotkov authored Feb 27, 2024
1 parent 3e77493 commit 8e312f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8e312f6

Please sign in to comment.