2
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy-translations.git synced 2025-01-07 02:21:26 +00:00
lemmy-translations/.woodpecker.yml
Nutomic 9c3891d988
Remove prettier from CI ()
Weblate doesnt apply proper formatting when pushing changes, so we would have to fix it manually all the time.
2023-06-12 13:34:15 -04:00

9 lines
197 B
YAML

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]