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