diff --git a/.drone.yml b/.drone.yml index adcd795..e6bce15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: