镜像构建测试流水线
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
ai-liuys 2026-02-21 17:22:18 +08:00
parent f09d5d1a8f
commit 72007759db

View File

@ -3,7 +3,7 @@ type: docker
name: quant-ci name: quant-ci
services: services:
docker: - name: docker
image: docker:20.10-dind image: docker:20.10-dind
privileged: true privileged: true
@ -26,7 +26,7 @@ steps:
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdir -p data - mkdir -p data
- python tests/run_backtest.py - python tests/run_backtest.py
- echo "回测数据生成完成,存放在 data/ 目录下" - echo "回测数据生成完成"
trigger: trigger:
branch: branch: