OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / vendor / github.com / tendermint / abci / scripts / publish.sh
diff --git a/vendor/github.com/tendermint/abci/scripts/publish.sh b/vendor/github.com/tendermint/abci/scripts/publish.sh
deleted file mode 100644 (file)
index 715f6c1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/bash 
-
-# Get the version from the environment, or try to figure it out.
-if [ -z $VERSION ]; then
-       VERSION=$(awk -F\" '/Version =/ { print $2; exit }' < version/version.go)
-fi
-aws s3 cp --recursive build/dist s3://tendermint/binaries/abci/v${VERSION} --acl public-read