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 175 B

1234567891011
  1. kind: pipeline
  2. type: docker
  3. name: 开发流水线
  4. platform:
  5. os: linux
  6. arch: arm64
  7. steps:
  8. - name: maven
  9. image: maven:3-jdk-10
  10. commands:
  11. - mvn install -DskipTests=true

No Description