Skip to content

Commit

Permalink
new packer version + fixed travis (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Rebischke authored and Christian Rebischke committed Feb 25, 2018
1 parent 89b38b6 commit 8a2e7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ env:
global:
# 20170821: as of writing there is no 'latest' (hashicorp/packer/issues/5265)
- PACKER_ZIP="packer_1.0.4_linux_amd64.zip"
- PACKER_URL="https://releases.hashicorp.com/packer/1.0.4/packer_1.0.4_linux_amd64.zip"
- PACKER_URL="https://releases.hashicorp.com/packer/1.2.1/packer_1.2.1_linux_amd64.zip"

install:
- wget "${PACKER_URL}"
- unzip "${PACKER_ZIP}"

script:
- ./packer --version
- ./packer validate -var "iso_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/archlinux-$(date +'%Y.%m').01-x86_64.iso" -var "iso_checksum_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m'.01/sha1sums.txt" vagrant.json
- ./packer validate -var "iso_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/archlinux-$(date +'%Y.%m').01-x86_64.iso" -var "iso_checksum_url=https://downloads.archlinux.de/iso/$(date +'%Y.%m').01/sha1sums.txt" vagrant.json

notifications:
- email: false

0 comments on commit 8a2e7f4

Please sign in to comment.