Update '.woodpecker.yml'
parent
9000fc9941
commit
a2c3ace845
|
@ -1,4 +1,7 @@
|
|||
---
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git:next
|
||||
|
||||
pipeline:
|
||||
compliance:
|
||||
image: gradle:7.3-jdk17
|
||||
|
@ -7,9 +10,7 @@ pipeline:
|
|||
- gradle test
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
---
|
||||
pipeline:
|
||||
|
||||
release:
|
||||
image: gradle:7.3-jdk17
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue