lemmy-translations/.woodpecker.yml

10 lines
197 B
YAML
Raw Normal View History

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