Browse Source

update pipeline for master branch

test
wangwei2 2 years ago
parent
commit
728c39d188
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .drone.yml

+ 2
- 1
.drone.yml View File

@@ -23,9 +23,10 @@ steps:
commands: commands:
- python run_excel_re.py - python run_excel_re.py
- ls -lR test_Report - ls -lR test_Report
- cp -r test_Report/* /tmp/cache
volumes: volumes:
- name: cache - name: cache
path: /drone/src
path: /tmp/cache


trigger: trigger:
branch: branch:


Loading…
Cancel
Save