Some checks reported errors
continuous-integration/drone/push Build encountered an error
21 lines
343 B
YAML
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/ |