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 kind: pipeline
type: docker type: docker
name: 1
name: first
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
steps: steps:


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


trigger: trigger:
branch: branch:


Loading…
Cancel
Save