File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11sudo : true
22language : bash
3- dist : bionic
3+ dist : focal
44
55jobs :
66 include :
7- - env : PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm
7+ - env : PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm PACKER_VERSION=1.7.6 PACKER_LOG=1
88
99install :
10- # Install Packer. Travis ships with Packer 1.3, which is fairly old
11- - wget -nv -nc -O packer_1.6.0_linux_amd64. zip https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64 .zip
12- - sudo unzip -o packer_1.6.0_linux_amd64 .zip -d /usr/local/bin
10+ # Install Packer.
11+ - wget -nv -nc -O packer_${PACKER_VERSION}_linux_amd64. zip https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64 .zip
12+ - sudo unzip -o packer_${PACKER_VERSION}_linux_amd64 .zip -d /usr/local/bin
1313
1414# Install ansible
1515- sudo add-apt-repository -y ppa:ansible/ansible
You can’t perform that action at this time.
0 commit comments