Update .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
0e18051d23
commit
51208eeffd
1 changed files with 2 additions and 9 deletions
|
@ -16,6 +16,8 @@ steps:
|
|||
- echo "Building backend + frontend"
|
||||
- mvn clean install -Pprod -DskipTests
|
||||
- cp target/resilient*.jar /woodpecker/artifacts
|
||||
artifacts:
|
||||
- target/*.jar
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
branch:
|
||||
|
@ -34,12 +36,3 @@ steps:
|
|||
path: /tmp/woodpecker-cache
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
|
||||
save-artifacts:
|
||||
image: ghcr.io/woodpecker-ci/plugin-artifacts
|
||||
settings:
|
||||
files:
|
||||
- artifacts/resilient*.jar
|
||||
destination: build
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
Loading…
Add table
Add a link
Reference in a new issue