2
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy-translations.git synced 2025-01-06 18:11:25 +00:00
lemmy-translations/.woodpecker.yml

10 lines
215 B
YAML
Raw Normal View History

2023-10-05 00:58:28 +00:00
steps:
notify_on_failure:
image: alpine:3
commands:
- apk add curl
2023-10-05 00:58:28 +00:00
- "curl -d'lemmy-translations CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when:
status: [failure]