From e98ab725c2c8a0f2c0007bda964bf00a20b3fd15 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 26 Oct 2015 17:20:48 -0400 Subject: [PATCH] Use hc-releases --- scripts/dist.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 00038e3ac..1488d1b71 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -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