mx-community/.drone.yml
yushangwl 35de2ad9ca
Some checks failed
continuous-integration/drone/push Build is failing
更新 '.drone.yml'
2021-07-31 01:39:45 +08:00

10 lines
172 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