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 - name: cache
host: host:
path: /tmp/cache path: /tmp/cache
steps: steps:

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


Loading…
Cancel
Save