support drone
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
30d46c56b9
commit
d3a78d414a
13
.drone.yml
13
.drone.yml
@ -3,8 +3,15 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: alpine
|
||||
- name: build
|
||||
image: maven
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /root/.m2
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user