mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-22 16:01:43 -04:00
Should be OVF
As a side note I will point out that the bento projects will use vagrant to package up the image into a .box file. But using OVF as we are assuming not to be using vagrant.
This commit is contained in:
@@ -41,5 +41,5 @@ In your build configuration in TeamCity Server, add an additional **Build Step:
|
||||
Command Line** and set the **Script content** field to the following:
|
||||
|
||||
```shell
|
||||
awscli s3 cp . s3://bucket/ --exclude “*” --include “*.iso”
|
||||
awscli s3 cp . s3://bucket/ --exclude “*” --include “*.ovf"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user