添加 '.drone.yaml'
This commit is contained in:
parent
28e7e8d97c
commit
c94bee58ae
10
.drone.yaml
Normal file
10
.drone.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: mx-community
|
||||
steps:
|
||||
- name: build
|
||||
image: maven:3-jdk-8
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- mvn clean package
|
||||
- ls -h
|
||||
Loading…
Reference in New Issue
Block a user