mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
Merge pull request #1344 from hashicorp/sethvargo/hc-releases
Use hc-releases to upload during dist
This commit is contained in:
commit
dca2d84b17
@ -46,15 +46,10 @@ if [ -z $NOSIGN ]; then
|
||||
fi
|
||||
popd
|
||||
|
||||
# # Upload
|
||||
# for ARCHIVE in ./pkg/dist/*; do
|
||||
# ARCHIVE_NAME=$(basename ${ARCHIVE})
|
||||
# Upload
|
||||
if [ -z $NORELEASE ]; then
|
||||
echo "==> Uploading binaries..."
|
||||
hc-releases -upload=./pkg/dist
|
||||
fi
|
||||
|
||||
# echo Uploading: $ARCHIVE_NAME
|
||||
# curl \
|
||||
# -T ${ARCHIVE} \
|
||||
# -umitchellh:${BINTRAY_API_KEY} \
|
||||
# "https://api.bintray.com/content/mitchellh/consul/consul/${VERSION}/${ARCHIVE_NAME}"
|
||||
# done
|
||||
|
||||
# exit 0
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user