From 022969fffef858bf9c80b1b921a6e9add71866f3 Mon Sep 17 00:00:00 2001 From: "MSI\\migue" Date: Fri, 25 Apr 2025 17:25:02 -0400 Subject: [PATCH] correo3 --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 13fa750..1b780e5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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