Feliday-translations/.woodpecker.yml
2023-07-04 22:41:22 +02:00

9 lines
199 B
YAML

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