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: "测试微信推送"