cosmos-sdk/publish/publish.sh

8 lines
283 B
Bash
Raw Normal View History

2017-06-01 20:51:35 -07:00
#! /bin/bash
# Get the version from the environment, or try to figure it out.
if [ -z $VERSION ]; then
2017-07-06 20:37:45 -07:00
VERSION=$(awk -F\" '/Version =/ { print $2; exit }' < version/version.go)
2017-06-01 20:51:35 -07:00
fi
aws s3 cp --recursive build/dist s3://tendermint/binaries/basecoin/v${VERSION} --acl public-read