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]