Merge pull request #8629 from MaXinjian/release-notes

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/8636/head
Matt Farina 4 years ago committed by GitHub
commit e62f427b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,8 +39,8 @@ done
## Check for hints that checksum files were downloaded
## from `make fetch-dist`
if [[ ! -e "./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256" ]]; then
echo "checksum file ./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256 not found in ./_dist/"
if [[ ! -e "./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256sum" ]]; then
echo "checksum file ./_dist/helm-${RELEASE}-darwin-amd64.tar.gz.sha256sum not found in ./_dist/"
echo "Did you forget to run \`make fetch-dist\` first ?"
exit 1
fi

Loading…
Cancel
Save