Use hc-releases to upload during dist
This commit is contained in:
parent
4ffe3090c3
commit
9565de0d12
|
@ -46,15 +46,10 @@ if [ -z $NOSIGN ]; then
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# # Upload
|
# Upload
|
||||||
# for ARCHIVE in ./pkg/dist/*; do
|
if [ -z $NORELEASE ]; then
|
||||||
# ARCHIVE_NAME=$(basename ${ARCHIVE})
|
echo "==> Uploading binaries..."
|
||||||
|
hc-releases -upload=./pkg/dist
|
||||||
|
fi
|
||||||
|
|
||||||
# echo Uploading: $ARCHIVE_NAME
|
exit 0
|
||||||
# curl \
|
|
||||||
# -T ${ARCHIVE} \
|
|
||||||
# -umitchellh:${BINTRAY_API_KEY} \
|
|
||||||
# "https://api.bintray.com/content/mitchellh/consul/consul/${VERSION}/${ARCHIVE_NAME}"
|
|
||||||
# done
|
|
||||||
|
|
||||||
# exit 0
|
|
||||||
|
|
Loading…
Reference in a new issue