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

12345678910111213141516
  1. kind: pipeline
  2. type: docker
  3. name: master-pipeline
  4. steps:
  5. - name: package
  6. image: maven:3-jdk-8
  7. commands:
  8. - mvn tomcat7:run
  9. trigger:
  10. branch:
  11. - master
  12. event:
  13. - push
  14. - pull_request