release script [ci skip]

This commit is contained in:
Anton Kaliaev
2017-09-26 13:46:36 +03:00
committed by Zach Ramsay
parent e40d1b36f7
commit 40b5defe18
3 changed files with 55 additions and 0 deletions

View File

@ -12,6 +12,7 @@ if [ -z "$VERSION" ]; then
echo "Please specify a version."
exit 1
fi
echo "==> Copying ${DIST_DIR} to S3..."
# copy to s3
aws s3 cp --recursive ${DIST_DIR} s3://tendermint/binaries/tendermint/v${VERSION} --acl public-read