Skip to content

Commit 571b208

Browse files
author
hhsecond
committed
test volume map
1 parent f7ca0ea commit 571b208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
steps:
9999
- checkout
100100
- run:
101-
name: Bulding Docker
101+
name: Building Docker
102102
command: |
103103
docker build -f Dockerfile.gpu-test -t redisai-gpu-test .
104104
- run:
105105
name: Test
106106
command: |
107107
mkdir -p ~/workspace/tests
108-
docker run --gpus all -v $HOME/workspace/tests:/data/tests/logs -it --rm redisai-gpu-test
108+
docker run --gpus all -v $HOME/workspace/tests:/redisai/test/logs -it --rm redisai-gpu-test
109109
- store_test_results:
110110
path: ~/workspace/tests
111111
deploy_package:

opt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ROOT:=$(abspath ..)
2+
ROOT:=..
33
include readies/mk/main
44

55
MK_CMAKE:=1

0 commit comments

Comments
 (0)