Skip to content

Commit

Permalink
Fix woodpecker pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Nov 15, 2023
1 parent 2051c36 commit d72d966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .woodpecker/.build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pipeline:
steps:
run:
image: gradle:7.5-jdk8-jammy
commands:
Expand All @@ -14,4 +14,4 @@ pipeline:
- gradle check javadocAll
# Code has coverage
- gradle jacocoRootReport coveralls
secrets: [COVERALLS_REPO_TOKEN]
secrets: [coveralls_repo_token]
2 changes: 1 addition & 1 deletion .woodpecker/.reuse.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Code is licensed properly
# See https://reuse.software/
pipeline:
steps:
reuse:
image: fsfe/reuse:latest
commands:
Expand Down

0 comments on commit d72d966

Please sign in to comment.