summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Pearkes <jackpearkes@gmail.com>2015-06-24 11:24:32 -0700
committerJack Pearkes <jackpearkes@gmail.com>2015-06-24 11:24:32 -0700
commit9276973fcd496aca810e4186eaf79cd53d2c129f (patch)
tree503085069f9434b46ad79a877ca91d332b2e58fe
parent856c8a77d28e586718840a3884a6aee3c4672f9b (diff)
add vcs and use timestamp for version
-rw-r--r--template.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/template.json b/template.json
index f0e3433..a3c0274 100644
--- a/template.json
+++ b/template.json
@@ -1,6 +1,7 @@
{
"push": {
- "name": ""
+ "name": "",
+ "vcs": true
},
"variables": {
"atlas_username": "{{env `ATLAS_USERNAME`}}",
@@ -96,7 +97,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "vmware_desktop",
- "version": "0.0.1"
+ "version": "0.0.{{timestamp}}"
}
},
{
@@ -106,7 +107,7 @@
"artifact_type": "vagrant.box",
"metadata": {
"provider": "virtualbox",
- "version": "0.0.1"
+ "version": "0.0.{{timestamp}}"
}
}]
]