Browse Source

update pipeline for master branch

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

+ 5
- 3
.drone.yml View File

@@ -17,9 +17,11 @@ steps:
commands:
- echo **start**
- pip install -r requirements.txt
# - name: test
# image: python:3
# commands:

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


Loading…
Cancel
Save