weishao 1 year ago
parent
commit
687f45e1f3
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .drone.yml

+ 16
- 0
.drone.yml View File

@@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: master-pipeline
steps:
- name: package
image: maven:3-jdk-8
commands:
- mvn tomcat7:run
trigger:
branch:
- master
event:
- push
- pull_request

Loading…
Cancel
Save