lemmy-translations/.woodpecker.yml
2023-10-04 20:58:28 -04:00

9 lines
215 B
YAML

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