Update .cirrus.yml

This commit is contained in:
Fedor Korotkov 2024-01-25 12:43:27 -05:00 committed by GitHub
parent a80bae15d9
commit fc41a4d619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ task:
name: "Update Vanilla Images"
only_if: $CIRRUS_BRANCH == $CIRRUS_DEFAULT_BRANCH && changesInclude("templates/vanilla-sonoma.pkr.hcl")
timeout_in: 3h
update_script: brew update && brew upgrade
update_script:
- brew update && brew upgrade
- brew install packer cirruslabs/cli/tart
info_script:
- tart --version
- packer --version