Skip to content

Commit

Permalink
Add vagrant build in the tar format as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 25, 2016
1 parent b7784d8 commit 93672c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-ova-{{user `timestamper`}}.tar"
},
{
"type": "vagrant",
"compression_level": "9",
"output": "builds/{{user `outputfile_name`}}-vagrant-{{user `timestamper`}}.tar"
},
{
"type": "vagrant",
"compression_level": "9",
Expand Down

0 comments on commit 93672c2

Please sign in to comment.