update ci to woodpecker
continuous-integration/drone the build was successful Details

This commit is contained in:
Jannik 2021-09-29 21:57:27 +02:00
parent 4e0e1c4666
commit af615f11b8
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 5 additions and 8 deletions

View File

@ -1,8 +0,0 @@
kind: pipeline
name: default
steps:
- name: package
image: maven
commands:
- mvn clean package

5
.woodpecker.yml Normal file
View File

@ -0,0 +1,5 @@
pipeline:
package:
image: maven
commands:
- mvn clean package