TheCitadelofRicks/.woodpecker.yml
Jannik 884aab08ed
Some checks failed
continuous-integration/drone the build failed
move ci config from drone to woodpecker
2021-10-13 19:39:37 +02:00

23 lines
400 B
YAML

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