Browse Source

update pipeline for master branch

test
wangwei2 1 year ago
parent
commit
e451534c46
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      .drone.yml

+ 20
- 0
.drone.yml View File

@@ -0,0 +1,20 @@

kind: pipeline
type: docker
name: 1
platform:
os: linux
arch: amd64
steps:

- name: 编译构建
image: python
commands:
- echo ****hhh****
- pip install -r requirements.txt

trigger:
branch:
- master
event:
- push

Loading…
Cancel
Save