Skip to content

Commit

Permalink
fixes to run under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jedineeper committed Jun 29, 2015
1 parent a18bf0f commit 89b290b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"push": {
"name": "",
"vcs": true
"name": "jedineeper/atlas-test",
"exclude": [
".git"
]
},
"variables": {
"atlas_username": "{{env `ATLAS_USERNAME`}}",
Expand All @@ -11,13 +13,13 @@
{
"type": "shell",
"scripts": [
"scripts/base.sh",
"scripts/virtualbox.sh",
"scripts/vmware.sh",
"scripts/vagrant.sh",
"scripts/dep.sh",
"scripts/cleanup.sh",
"scripts/zerodisk.sh"
"scripts\\base.sh",
"scripts\\virtualbox.sh",
"scripts\\vmware.sh",
"scripts\\vagrant.sh",
"scripts\\dep.sh",
"scripts\\cleanup.sh",
"scripts\\zerodisk.sh"
],
"override": {
"virtualbox-iso": {
Expand Down

0 comments on commit 89b290b

Please sign in to comment.