From 0e18051d23448d24ce7abbcc4efa96678f98ae75 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Jun 2025 08:38:16 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0a3706e..c1d8afd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,12 +12,10 @@ steps: 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*.jar /output/ + - cp target/resilient*.jar /woodpecker/artifacts when: event: [push, pull_request, manual] branch: @@ -41,7 +39,7 @@ steps: image: ghcr.io/woodpecker-ci/plugin-artifacts settings: files: - - /output/resilient*.jar + - artifacts/resilient*.jar destination: build when: event: [push, pull_request, manual] \ No newline at end of file