mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-12-05 04:41:08 +01:00
Fix woodpecker pipeline definition
This commit is contained in:
parent
a0758c5541
commit
7c253e5d37
2 changed files with 11 additions and 5 deletions
|
|
@ -1,6 +1,8 @@
|
|||
pipeline:
|
||||
run:
|
||||
image: gradle:7.5-jdk8
|
||||
steps:
|
||||
build:
|
||||
image: gradle:8.8-jdk11
|
||||
when:
|
||||
branch: main
|
||||
commands:
|
||||
- git checkout $CI_COMMIT_BRANCH
|
||||
# Code works
|
||||
|
|
@ -9,4 +11,6 @@ pipeline:
|
|||
- gradle check javadocAll
|
||||
# Code has coverage
|
||||
- gradle jacocoRootReport coveralls
|
||||
secrets: [COVERALLS_REPO_TOKEN]
|
||||
environment:
|
||||
COVERALLS_REPO_TOKEN:
|
||||
from_secret: COVERALLS_REPO_TOKEN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue