mx-community/.drone.yaml
yushangwl a08e17ad9c
All checks were successful
continuous-integration/drone/push Build is passing
更新 '.drone.yaml'
2021-07-31 13:47:30 +08:00

13 lines
209 B
YAML

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
when:
event:
- tag