Browse Source

更新 '.drone.yml'

test
wangwei2 1 year ago
parent
commit
b330d619ce
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      .drone.yml

+ 3
- 5
.drone.yml View File

@@ -17,11 +17,9 @@ steps:
commands:
- echo **start**
- pip install -r requirements.txt

- name: test
image: python:3
commands:
- pip install xlwt
# - name: test
# image: python:3
# commands:
- python run_excel_re.py
- ls -lR test_Report
- cp -r test_Report/* /tmp/cache


Loading…
Cancel
Save