Browse Source

update pipeline for master branch

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

+ 2
- 2
.drone.yml View File

@@ -12,13 +12,13 @@ volumes:
path: /tmp/cache path: /tmp/cache
steps: steps:


- name: pip
- name: build
image: python:3 image: python:3
commands: commands:
- echo **start** - echo **start**
- pip install -r requirements.txt - pip install -r requirements.txt


- name: pip
- name: test
image: python:3 image: python:3
commands: commands:
- python run_excel_re.py - python run_excel_re.py


Loading…
Cancel
Save