Skip to content
Snippets Groups Projects
Unverified Commit 8a2e7f42 authored by Christian Rebischke's avatar Christian Rebischke
Browse files

new packer version + fixed travis (hopefully)

parent 89b38b6b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ 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}"
......@@ -16,7 +16,7 @@ install:
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment