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: