mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-17 17:11:19 +00:00
folder test fix in build
This commit is contained in:
parent
ce6eab5ea9
commit
a1d529e5cf
@ -104,7 +104,7 @@ build-basecoin: git-branch
|
||||
# set app_version
|
||||
#version-%: $(GOPATH)/bin/%
|
||||
version-%:
|
||||
if [ -z "$(BUILD_NUMBER)" ]; then echo "BUILD_NUMBER not set" ; false ; fi
|
||||
test -n "$(BUILD_NUMBER)"
|
||||
$(eval $*_version=$(shell $< version | head -1 | cut -d- -f1 | sed 's/^\(ethermint:\s*\|\)\(v\|\)//' | tr -d '\t ' ))
|
||||
|
||||
# set build_folder
|
||||
|
Loading…
x
Reference in New Issue
Block a user