mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 05:01:44 +00:00
deterministic tooling for releases
get rid of gox build target builds inside docker, dev-build - locally Revert "build target builds inside docker, dev-build - locally" This reverts commit 8ba89d5e8c5668e3839ff49952a9166d1158f6e8. add build tags to make build/build_race/install use tendermint's fork of glide instead of tar.gz remove TMHOME unused var + set length for git hash get rid of GOTOOLS_CHECK fixes after review zip needed for distribution
This commit is contained in:
@ -25,9 +25,9 @@ sh -c "'$DIR/scripts/dist.sh'"
|
||||
# Pushing binaries to S3
|
||||
sh -c "'$DIR/scripts/publish.sh'"
|
||||
|
||||
echo "==> Crafting a Github release"
|
||||
today=$(date +"%B-%d-%Y")
|
||||
ghr -b "https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#${VERSION//.}-${today,}" "v$VERSION" "$DIR/build/dist"
|
||||
# echo "==> Crafting a Github release"
|
||||
# today=$(date +"%B-%d-%Y")
|
||||
# ghr -b "https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#${VERSION//.}-${today,}" "v$VERSION" "$DIR/build/dist"
|
||||
|
||||
# Build and push Docker image
|
||||
|
||||
|
Reference in New Issue
Block a user