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
platform:
os: linux
arch: amd64
arch: arm64
steps:

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


Loading…
Cancel
Save