Drone yml config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jaime Freire
2023-11-25 17:21:15 +01:00
parent afbffffef6
commit f04d21e1d1

View File

@ -1,11 +1,10 @@
kind: pipeline
name: default
type: docker
name: default-java-runner
steps:
- name: build-java-app
image: docker.io/kameshsampath/drone-java-maven-plugin:v1.0.2
pull: if-not-exists
settings:
goals:
- clean
- install
- name: test
image: maven:3.9.5-amazoncorretto-8-debian
commands:
- mvn install -B -V
- mvn test -B