Skip to content

Commit

Permalink
testsuite: fix zkCircuits path
Browse files Browse the repository at this point in the history
since 42b43f6 "cmd/node: tidy up datadir and saveconfig flags"
dataDir changed, but testsuite docker-compose.yml was not updated.
  • Loading branch information
altergui authored and p4u committed Jan 15, 2024
1 parent 55148b7 commit 0429686
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dockerfiles/testsuite/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
volumes:
- data-seed:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-seed:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand All @@ -27,7 +27,7 @@ services:
volumes:
- data-miner0:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-miner0:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand All @@ -41,7 +41,7 @@ services:
volumes:
- data-miner1:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-miner1:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand All @@ -55,7 +55,7 @@ services:
volumes:
- data-miner2:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-miner2:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand All @@ -69,7 +69,7 @@ services:
volumes:
- data-miner3:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-miner3:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand All @@ -85,7 +85,7 @@ services:
volumes:
- data-gateway0:/app/run/
- ${COMPOSE_HOST_PATH:-.}/genesis.json:/app/misc/genesis.json
- /tmp/.vochain-zkCircuits/:/app/run/zkCircuits/
- /tmp/.vochain-zkCircuits/:/app/run/dev/zkCircuits/
- gocoverage-gateway0:/app/run/gocoverage
environment:
- GOCOVERDIR=/app/run/gocoverage
Expand Down

0 comments on commit 0429686

Please sign in to comment.