Browse Source

update pipeline for master branch

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

+ 15
- 15
.drone.yml View File

@@ -1,22 +1,22 @@

kind: pipeline
type: docker
name: first

# platform:
# os: linux
# arch: arm64
name: 1
platform:
os: linux
arch: amd64
steps:
- name: pip
image: python:3
commands:
- echo **start**
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report

- name: pip
image: python:3
commands:
- echo **start**
- pip install -r requirements.txt
- python run_excel_re.py
- ls -lR test_Report

trigger:
branch:
- master
- master
event:
- push
- push

Loading…
Cancel
Save