fix sha512sum
This commit is contained in:
parent
93686464cc
commit
82780da539
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue