This commit is contained in:
parent
4b7d53d2dc
commit
30d46c56b9
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- mvn install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user