Update .woodpecker.yml

This commit is contained in:
root 2025-06-04 22:03:45 +01:00
parent a12e2d62c2
commit 3f78f16485

View file

@ -10,28 +10,6 @@ pipeline:
- main
- master
- develop
test:
image: maven:3.9-eclipse-temurin-17
commands:
- echo "Running tests"
- mvn test
publish-artifact:
image: alpine
commands:
- echo "Staging JAR to /build"
- mkdir -p /build
- cp target/*.jar /build/
when:
branch:
include:
- main
- master
volumes:
- name: build
path: /build
volumes:
- name: build
host: