move ci config from drone to woodpecker
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-10-13 19:39:37 +02:00
parent c64c8779e3
commit 884aab08ed
2 changed files with 22 additions and 30 deletions

22
.woodpecker.yml Normal file
View File

@ -0,0 +1,22 @@
pipeline:
test:
image: gradle:jdk11
commands:
- gradle test
build:
image: gradle:jdk11
commands:
- gradle bootJar
when:
event:
- tag
docker:
image: plugins/docker
repo: mosadxyz/tcor
tags: latest
secrets:
- username: docker_username
password: docker_password
when:
event:
- tag