From 75e819a561d0971493fccb0df753c8da7c83aa13 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Jun 2025 00:07:54 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2df86a0..8300ef3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,12 +1,9 @@ pipeline: backend-build: image: maven:3.9-eclipse-temurin-17 - volumes: - - build:/output commands: - echo "Building backend + frontend" - mvn clean install -Pprod -DskipTests - - cp target/resilient-1.0.2-SNAPSHOT.jar /output/ when: branch: include: