Update .woodpecker.yml
This commit is contained in:
parent
a12e2d62c2
commit
3f78f16485
1 changed files with 0 additions and 22 deletions
|
@ -10,28 +10,6 @@ pipeline:
|
||||||
- main
|
- main
|
||||||
- master
|
- master
|
||||||
- develop
|
- 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:
|
volumes:
|
||||||
- name: build
|
- name: build
|
||||||
host:
|
host:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue