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