This commit is contained in:
15
.drone.yml
15
.drone.yml
@ -1,11 +1,10 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
type: docker
|
||||||
|
name: default-java-runner
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-java-app
|
- name: test
|
||||||
image: docker.io/kameshsampath/drone-java-maven-plugin:v1.0.2
|
image: maven:3.9.5-amazoncorretto-8-debian
|
||||||
pull: if-not-exists
|
commands:
|
||||||
settings:
|
- mvn install -B -V
|
||||||
goals:
|
- mvn test -B
|
||||||
- clean
|
|
||||||
- install
|
|
Reference in New Issue
Block a user