You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.drone.yml 241 B

1234567891011121314151617181920
  1. kind: pipeline
  2. type: docker
  3. name: 1
  4. platform:
  5. os: linux
  6. arch: arm64
  7. steps:
  8. - name: 编译构建
  9. image: 3.10-alpine
  10. commands:
  11. - echo ****hhh****
  12. - pip install -r requirements.txt
  13. trigger:
  14. branch:
  15. - master
  16. event:
  17. - push

No Description

Contributors (2)