Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-25 15:37:31 +00:00
parent 6c7913fcc8
commit afbffffef6

View File

@ -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