Browse Source

update pipeline for master branch

test
wangwei2 1 year ago
parent
commit
eec8175b66
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@@ -4,11 +4,11 @@ type: docker
name: 1 name: 1
platform: platform:
os: linux os: linux
arch: amd64
arch: arm64
steps: steps:


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


Loading…
Cancel
Save