diff --git a/.drone.yml b/.drone.yml index d7e9a27..671a31c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,9 @@ steps: - docker push registry.memorion.cn/quant/strategy:${DRONE_COMMIT_SHA} - name: backtest - image: python:3.11-slim + image: python:3.11 commands: - - pip install -r requirements.txt - - python tests/run_backtest.py + - echo "哈哈哈,我成功了" volumes: - name: dockersock @@ -27,4 +26,4 @@ volumes: trigger: branch: - - main \ No newline at end of file + - master # 指定 master 分支触发 \ No newline at end of file