mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 12:57:57 +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:
|
run:
|
||||||
image: gradle:7.5-jdk8-jammy
|
image: gradle:7.6-jdk11-jammy
|
||||||
commands:
|
commands:
|
||||||
# Install Sequoia-SOP
|
# Install Sequoia-SOP
|
||||||
- apt update && apt install --yes sqop
|
- apt update && apt install --yes sqop
|
||||||
|
@ -14,4 +14,4 @@ pipeline:
|
||||||
- gradle check javadocAll
|
- gradle check javadocAll
|
||||||
# Code has coverage
|
# Code has coverage
|
||||||
- gradle jacocoRootReport coveralls
|
- gradle jacocoRootReport coveralls
|
||||||
secrets: [COVERALLS_REPO_TOKEN]
|
secrets: [coveralls_repo_token]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Code is licensed properly
|
# Code is licensed properly
|
||||||
# See https://reuse.software/
|
# See https://reuse.software/
|
||||||
pipeline:
|
steps:
|
||||||
reuse:
|
reuse:
|
||||||
image: fsfe/reuse:latest
|
image: fsfe/reuse:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue