Skip to content

Commit

Permalink
Put vagrant box in the same spot with the iso
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed Oct 15, 2016
1 parent 87c2e7a commit d4a98b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ pcd.*
.ccache
test
output
*.box
packer
vagrant-service
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
out.tar
output
pcd.qcow2
pcd*.box
tmp
.vagrant
2 changes: 1 addition & 1 deletion packer/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"post-processors": [
{
"output": "../pcd-{{user `version`}}.box",
"output": "../output/pcd-{{user `version`}}.box",
"type": "vagrant"
}
]
Expand Down

0 comments on commit d4a98b9

Please sign in to comment.