flink-test/.drone.yml
zeekling a63bc2393a
Some checks failed
continuous-integration/drone/pr Build is failing
support drone
2022-05-04 00:33:47 +08:00

25 lines
308 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: maven
volumes:
- name: cache
path: /root/.m2
commands:
- mvn clean install -DskipTests
trigger:
branch:
- master
event:
- pull_request
- push
volumes:
- name: cache
host:
path: /root/.m2