OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / abci / scripts / publish.sh
1 #! /bin/bash 
2
3 # Get the version from the environment, or try to figure it out.
4 if [ -z $VERSION ]; then
5         VERSION=$(awk -F\" '/Version =/ { print $2; exit }' < version/version.go)
6 fi
7 aws s3 cp --recursive build/dist s3://tendermint/binaries/abci/v${VERSION} --acl public-read