Skip to content

Commit

Permalink
Bump packer verion
Browse files Browse the repository at this point in the history
Set PACKET_LOG to 1
  • Loading branch information
qmfrederik committed Oct 19, 2021
1 parent 813ec6e commit a652cce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dist: bionic

jobs:
include:
- env: PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm
- env: PROVIDER=qemu TEMPLATE=windows_10 VIRT_GROUP=kvm PACKER_VERSION=1.7.6 PACKER_LOG=1

install:
# Install Packer. Travis ships with Packer 1.3, which is fairly old
- 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
- sudo unzip -o packer_1.6.0_linux_amd64.zip -d /usr/local/bin
- wget -nv -nc -O packer_$PACKER_VERSION_linux_amd64.zip https://releases.hashicorp.com/packer/$PACKER_VERSION/packer_$PACKER_VERSION_linux_amd64.zip
- sudo unzip -o packer_$PACKER_VERSION_linux_amd64.zip -d /usr/local/bin

# Install ansible
- sudo add-apt-repository -y ppa:ansible/ansible
Expand Down

0 comments on commit a652cce

Please sign in to comment.