Skip to content

Commit

Permalink
Updating woodpecker syntax. (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines authored Oct 5, 2023
1 parent 5c6fcb1 commit e943f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pipeline:
steps:

notify_on_failure:
image: alpine:3
commands:
- apk add curl
- "curl -d'CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
- "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when:
status: [failure]

0 comments on commit e943f97

Please sign in to comment.