move ci config from drone to woodpecker
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
22
.woodpecker.yml
Normal file
22
.woodpecker.yml
Normal 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
|
Reference in New Issue
Block a user