We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74495a commit b2f428fCopy full SHA for b2f428f
redisinsight/api/test/test-runs/docker.build.yml
@@ -57,5 +57,5 @@ volumes:
57
driver: local
58
driver_opts:
59
type: none
60
- device: ${COV_FOLDER}
+ device: ../../${COV_FOLDER}
61
o: bind
redisinsight/api/test/test-runs/local.build.yml
@@ -13,7 +13,7 @@ services:
13
dockerfile: ./test/test-runs/test.Dockerfile
14
tty: true
15
volumes:
16
- - ${COV_FOLDER}:/usr/src/app/test/test-runs/coverage
+ - ../../${COV_FOLDER}:/usr/src/app/coverage
17
- ${COV_FOLDER}:/root/.redisinsight-v2.0
18
depends_on:
19
- redis
0 commit comments