mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 04:57:56 +01:00
Fix woodpecker pipeline
This commit is contained in:
parent
2051c3632a
commit
3dde174880
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
steps:
|
||||
run:
|
||||
image: gradle:7.5-jdk8-jammy
|
||||
image: gradle:7.6-jdk11-jammy
|
||||
commands:
|
||||
# Install Sequoia-SOP
|
||||
- apt update && apt install --yes sqop
|
||||
|
@ -14,4 +14,4 @@ pipeline:
|
|||
- gradle check javadocAll
|
||||
# Code has coverage
|
||||
- gradle jacocoRootReport coveralls
|
||||
secrets: [COVERALLS_REPO_TOKEN]
|
||||
secrets: [coveralls_repo_token]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Code is licensed properly
|
||||
# See https://reuse.software/
|
||||
pipeline:
|
||||
steps:
|
||||
reuse:
|
||||
image: fsfe/reuse:latest
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue