support drone #5

Merged
zeekling merged 5 commits from drone into master 2022-05-02 17:04:43 +00:00
Showing only changes of commit d3a78d414a - Show all commits

View File

@ -3,8 +3,15 @@ type: docker
name: default name: default
steps: steps:
- name: install - name: build
image: alpine image: maven
volumes:
- name: cache
path: /root/.m2
commands: commands:
- mvn install - mvn clean install -DskipTests
volumes:
- name: cache # The name use in this pipeline,
host:
path: /var/lib/cache # The path be used in the host.