Skip to content
Snippets Groups Projects
Commit 2c302c40 authored by quicksilver's avatar quicksilver Committed by yefu.chen
Browse files

Fix pytest docker compose file error

parent 85bc2a54
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ version: '3.5' ...@@ -3,8 +3,6 @@ version: '3.5'
services: services:
regression: regression:
image: milvusdb/pytest:latest image: milvusdb/pytest:latest
build:
dockerfile: Dockerfile
volumes: volumes:
- ../..:/milvus-distributed:delegated - ../..:/milvus-distributed:delegated
working_dir: "/milvus-distributed/tests/python_test" working_dir: "/milvus-distributed/tests/python_test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment