We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261b115 commit 50b71aaCopy full SHA for 50b71aa
Vagrantfile
@@ -1,7 +1,7 @@
1
# -*- mode: ruby -*-
2
Vagrant.configure(2) do |config|
3
config.vm.box = "bascht/vm"
4
- config.vm.box_version = ">= 0.1.53"
+ config.vm.box_version = ">= 0.3.1"
5
6
config.ssh.username = "bascht"
7
config.ssh.password = "bascht"
packer/template.json
@@ -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`}}"
8
},
9
"push": {
10
"name": "{{user `atlas_username`}}/{{user `atlas_name`}}",
0 commit comments