From 51208eeffd7321b6073f1952a12a4507435a7f7b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Jun 2025 09:54:23 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c1d8afd..4dba7fe 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,8 @@ steps: - echo "Building backend + frontend" - mvn clean install -Pprod -DskipTests - cp target/resilient*.jar /woodpecker/artifacts + artifacts: + - target/*.jar when: event: [push, pull_request, manual] branch: @@ -32,14 +34,5 @@ steps: - /root/.m2 - frontend/node_modules path: /tmp/woodpecker-cache - when: - event: [push, pull_request, manual] - - save-artifacts: - image: ghcr.io/woodpecker-ci/plugin-artifacts - settings: - files: - - artifacts/resilient*.jar - destination: build when: event: [push, pull_request, manual] \ No newline at end of file