fix sha512sum

This commit is contained in:
Simon Bruder 2018-02-12 13:09:51 +00:00
parent 93686464cc
commit 82780da539

View file

@ -6,7 +6,7 @@ before_script:
- wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_SHA256SUMS
- sed -i '/.*linux_amd64.zip/!d' packer_${PACKER_VERSION}_SHA256SUMS
- sha256sum -cs packer_${PACKER_VERSION}_SHA256SUMS
- sha256sum --check --strict packer_${PACKER_VERSION}_SHA256SUMS
- unzip packer_${PACKER_VERSION}_linux_amd64.zip -d .
- rm -f packer_${PACKER_VERSION}_linux_amd64.zip