mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 02:41:24 +00:00
Fixing woodpecker.
This commit is contained in:
parent
b4c63029e5
commit
cbb4b1f2d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue