update ci to woodpecker
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
4e0e1c4666
commit
af615f11b8
@ -1,8 +0,0 @@
|
|||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: package
|
|
||||||
image: maven
|
|
||||||
commands:
|
|
||||||
- mvn clean package
|
|
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
pipeline:
|
||||||
|
package:
|
||||||
|
image: maven
|
||||||
|
commands:
|
||||||
|
- mvn clean package
|
Loading…
Reference in New Issue
Block a user