ci: fix net pipeline (#5272)

This commit is contained in:
Marko
2020-08-20 17:24:11 +02:00
committed by GitHub
parent 56cb9f7f7b
commit 8ca24e2f5a
3 changed files with 9 additions and 6 deletions

View File

@@ -216,7 +216,7 @@ build_c-amazonlinux:
.PHONY: build_c-amazonlinux
# Run a 4-node testnet locally
localnet-start: localnet-stop build-linux
localnet-start: localnet-stop build-docker-localnode
@if ! [ -f build/node0/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/tendermint:Z tendermint/localnode testnet --config /etc/tendermint/config-template.toml --o . --starting-ip-address 192.167.10.2; fi
docker-compose up
.PHONY: localnet-start