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: platform:
os: linux os: linux
arch: amd64 arch: amd64
volumes:
- name: cache
host:
path: /tmp/cache
steps: steps:


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

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


trigger: trigger:
branch: branch:


Loading…
Cancel
Save