1
0
mirror of https://github.com/russ-p/sqlbuilder.git synced 2025-12-14 01:04:25 +00:00
Files
sqlbuilder/.drone.yml
2019-07-26 23:27:29 +03:00

18 lines
233 B
YAML

kind: pipeline
name: default
steps:
- name: install
image: maven:3.6.1-jdk-8-slim
volumes:
- name: mvnrepo
path: /root/.m2
commands:
- mvn install
volumes:
- name: mvnrepo
host:
path: /media/data/storage/.m2