Use hc-releases

This commit is contained in:
Seth Vargo 2015-10-26 17:20:48 -04:00
parent f3ab7f2559
commit e98ab725c2
1 changed files with 1 additions and 9 deletions

View File

@ -36,14 +36,6 @@ shasum -a256 * > ./terraform_${VERSION}_SHA256SUMS
popd
# Upload
for ARCHIVE in ./pkg/dist/*; do
ARCHIVE_NAME=$(basename ${ARCHIVE})
echo Uploading: $ARCHIVE_NAME
curl \
-T ${ARCHIVE} \
-umitchellh:${BINTRAY_API_KEY} \
"https://api.bintray.com/content/mitchellh/terraform/terraform/${VERSION}/${ARCHIVE_NAME}"
done
hc-releases -upload=./pkg/dist
exit 0