mx-community/.drone.yaml
yushangwl 5db789dffd
Some checks reported errors
continuous-integration/drone/push Build encountered an error
更新 '.drone.yaml'
2021-07-31 17:11:45 +08:00

21 lines
343 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 -DskipTests
- ls -h
when:
event:
- push
volumes:
- name: maven
host:
path: /opt/ci/maven/