Browse Source

update pipeline for master branch

test
wangwei2 2 years ago
parent
commit
1cdd848331
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      .drone.yml

+ 12
- 0
.drone.yml View File

@@ -5,6 +5,11 @@ name: 1
platform:
os: linux
arch: amd64
volumes:
- name: cache
host:
path: /tmp/cache
steps:

- name: pip
@@ -12,8 +17,15 @@ steps:
commands:
- echo **start**
- pip install -r requirements.txt

- name: pip
image: python:3
commands:
- python run_excel_re.py
- ls -lR test_Report
volumes:
- name: cache
path: /drone/src

trigger:
branch:


Loading…
Cancel
Save