Skip to content

Commit

Permalink
[packer] Just use GH tags as Atlas releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Aug 31, 2016
1 parent 261b115 commit 50b71aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
Vagrant.configure(2) do |config|
config.vm.box = "bascht/vm"
config.vm.box_version = ">= 0.1.53"
config.vm.box_version = ">= 0.3.1"

config.ssh.username = "bascht"
config.ssh.password = "bascht"
Expand Down
2 changes: 1 addition & 1 deletion packer/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"atlas_name": "{{env `ATLAS_NAME`}}",
"username": "bascht",
"password": "bascht",
"build_version": "0.2.{{env `ATLAS_BUILD_NUMBER`}}"
"build_version": "{{env `ATLAS_BUILD_GITHUB_TAG`}}"
},
"push": {
"name": "{{user `atlas_username`}}/{{user `atlas_name`}}",
Expand Down

0 comments on commit 50b71aa

Please sign in to comment.