Merge pull request #3644 from hashicorp/sethvargo/tf

Use hc-releases
This commit is contained in:
Seth Vargo 2015-10-26 17:33:05 -04:00
commit 60c508b9ea
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