You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
276 B

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