mx-community/.drone.yaml
yushangwl eda3f11ca2
Some checks failed
continuous-integration/drone/push Build is failing
更新 '.drone.yaml'
2021-07-31 13:35:29 +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