Merge pull request #121 from LemmyNet/woodpecker_events_1

Fixing woodpecker.
This commit is contained in:
Nutomic 2024-04-02 11:26:37 +02:00 committed by GitHub
commit b3131d6881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
steps: steps:
notify_on_failure: notify_on_failure:
image: alpine:3 image: alpine:3
commands: commands:
- apk add curl - apk add curl
- "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci" - "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when: when:
status: [failure] - event: pull_request
status: failure