Skip to content

Commit

Permalink
chore: revert changes in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Aug 14, 2024
1 parent ff9df16 commit 326e4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ build_c-amazonlinux:
# Run a 4-node testnet locally
localnet-start: localnet-stop build-docker-localnode
@if ! [ -f build/node0/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/cometbft:Z cometbft/localnode testnet --config /etc/cometbft/config-template.toml --o . --starting-ip-address 192.167.10.2; fi
docker compose up
docker-compose up
.PHONY: localnet-start

# Stop testnet
localnet-stop:
docker compose down
docker-compose down
.PHONY: localnet-stop

# Build hooks for dredd, to skip or add information on some steps
Expand Down

0 comments on commit 326e4f7

Please sign in to comment.