From 3f78f164850bb3a1f3e7d8232c8ecd067870c57a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Jun 2025 22:03:45 +0100 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9ac5dae..31729de 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: