Browse Source

update pipeline for master branch

test
parent
commit
15edd0da3d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -10,8 +10,8 @@ volumes:
- name: cache
host:
path: /tmp/cache
steps:

- name: build
image: python:3
commands:
@@ -23,7 +23,7 @@ steps:
commands:
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report
- ls -lR test_Report
- cp -r test_Report/* /tmp/cache
volumes:
- name: cache


Loading…
Cancel
Save