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

@@ -40,6 +40,8 @@ docker run -it --rm -v "/tmp:/tendermint" tendermint/tendermint node --proxy_app
To run a 4-node network, see the `Makefile` in the root of [the repo](https://github.com/tendermint/tendermint/blob/master/Makefile) and run:
```sh
make build-linux
make build-docker-localnode
make localnet-start
```