From 15e50ad1f9d2195e4109a4ffc5c1c5bc6f45d1cd Mon Sep 17 00:00:00 2001 From: ai-liuys Date: Sat, 21 Feb 2026 18:05:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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