Skip to content

Commit 50b71aa

Browse files
committed
[packer] Just use GH tags as Atlas releases.
1 parent 261b115 commit 50b71aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
Vagrant.configure(2) do |config|
33
config.vm.box = "bascht/vm"
4-
config.vm.box_version = ">= 0.1.53"
4+
config.vm.box_version = ">= 0.3.1"
55

66
config.ssh.username = "bascht"
77
config.ssh.password = "bascht"

Diff for: packer/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"atlas_name": "{{env `ATLAS_NAME`}}",
55
"username": "bascht",
66
"password": "bascht",
7-
"build_version": "0.2.{{env `ATLAS_BUILD_NUMBER`}}"
7+
"build_version": "{{env `ATLAS_BUILD_GITHUB_TAG`}}"
88
},
99
"push": {
1010
"name": "{{user `atlas_username`}}/{{user `atlas_name`}}",

0 commit comments

Comments
 (0)