mx-community/.drone.yaml
yushangwl 6c225308c3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
更新 '.drone.yaml'
2021-07-31 14:12:23 +08:00

20 lines
329 B
YAML

kind: pipeline
type: docker
name: mx-community
steps:
- name: build
image: maven:3-jdk-8
pull: if-not-exists
volumes:
- name: maven
path: /root/.m2
commands:
- mvn clean package
- ls -h
when:
event:
- tag
volumes:
- name: maven
host:
path: /opt/ci/maven/