Update .woodpecker.yml
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
root 2025-06-07 00:07:54 +01:00
parent debd1fc11e
commit 75e819a561

View file

@ -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: