| @@ -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: | ||||