mx-community/.drone.yaml

20 lines
341 B
YAML
Raw Normal View History

2021-07-31 00:41:34 +08:00
kind: pipeline
type: docker
name: mx-community
steps:
- name: build
image: maven:3-jdk-8
pull: if-not-exists
2021-07-31 14:12:23 +08:00
volumes:
- name: maven
path: /root/.m2
2021-07-31 00:41:34 +08:00
commands:
2021-07-31 17:11:11 +08:00
- mvn clean package -DskipTests
2021-07-31 13:47:30 +08:00
- ls -h
when:
event:
2021-07-31 14:11:20 +08:00
- tag
volumes:
- name: maven
host:
path: /opt/ci/maven/