Initial commit: Hello Spring Boot
This commit is contained in:
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: maven:3.9-eclipse-temurin-21
|
||||
commands:
|
||||
- mvn clean package -DskipTests
|
||||
|
||||
- name: test
|
||||
image: maven:3.9-eclipse-temurin-21
|
||||
commands:
|
||||
- mvn test
|
||||
Reference in New Issue
Block a user