mx-community/.drone.yml

10 lines
172 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
commands:
- mvn clean package
- ls -h