test-ci
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f3e8c3d1f7
commit
6c43924923
|
@ -16,7 +16,7 @@ steps: # 定义管道的执行步骤
|
||||||
commands:
|
commands:
|
||||||
- pip -V
|
- pip -V
|
||||||
- python -V
|
- python -V
|
||||||
- date
|
- pip install -r ./python/requirements.txt
|
||||||
|
|
||||||
|
|
||||||
- name: "测试微信推送"
|
- name: "测试微信推送"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
print('Hello World!')
|
||||||
|
print('Hello World!')
|
||||||
|
print('Hello World!')
|
|
@ -0,0 +1 @@
|
||||||
|
requests
|
Loading…
Reference in New Issue