Browse Source

更新 '.drone.yml'

test
wangwei2 2 years ago
parent
commit
50f1897ba4
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      .drone.yml

+ 5
- 3
.drone.yml View File

@@ -1,14 +1,16 @@
kind: pipeline
type: docker
name: first
#platform:
# os: linux
# arch: arm64

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


Loading…
Cancel
Save