Skip to content

Commit

Permalink
clean up stuffs related to docker
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Apr 9, 2024
1 parent e5aed4b commit 91ce55b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/cases/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ services:
- *network-common
tendermint-chain0-mock:
<<: *tendermint-chain0
container_name: tendermint-chain0-mock
environment:
USE_MOCK_CLIENT: 1
tendermint-chain1-mock:
<<: *tendermint-chain1
container_name: tendermint-chain1-mock
environment:
USE_MOCK_CLIENT: 1
2 changes: 1 addition & 1 deletion tests/cases/tm2tm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ test:
network-down:
TAG=${DOCKER_TAG} $(DOCKER_COMPOSE) \
-f ../docker-compose-test.yaml \
down --volume --remove-orphans
down --volumes --remove-orphans
2 changes: 1 addition & 1 deletion tests/cases/tmmock2tmmock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ test:
network-down:
TAG=${DOCKER_TAG} $(DOCKER_COMPOSE) \
-f ../docker-compose-test.yaml \
down --volume --remove-orphans
down --volumes --remove-orphans

0 comments on commit 91ce55b

Please sign in to comment.