mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -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:
parent
37ce11fa0e
commit
7ee50ff926
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue