Browse Source

update pipeline for master branch

test
wangwei2 1 year ago
parent
commit
fcd5ba0ad8
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      .drone.yml

+ 3
- 5
.drone.yml View File

@@ -1,17 +1,15 @@

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

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

trigger:
branch:


Loading…
Cancel
Save