From c0b03f855f384e6ccb638092758990a342769c4c Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 3 Sep 2022 00:44:46 +0800 Subject: [PATCH] test-ci --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d67a1be..eb3174a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: # 定义管道的执行步骤 - pip -V - python -V - pip install -r ./python/requirements.txt - - python ./python/hello2.py + - python ./python/hello.py - name: "测试微信推送"