This commit is contained in:
parent
2b5713f197
commit
022969fffe
@ -1,3 +1,6 @@
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: spring-boot-java21
|
||||
@ -6,6 +9,12 @@ workspace:
|
||||
base: /drone/src
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
- name: manual-clone
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone http://10.0.0.126:3000/admin/prueba.git .
|
||||
# Paso 1: Build y tests con Maven (Java 21)
|
||||
- name: build-and-test
|
||||
image: maven:3.9-eclipse-temurin-21-alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user