Updating woodpecker syntax.

This commit is contained in:
Dessalines 2023-08-07 20:01:41 -04:00
parent b122306e52
commit 994bc060bb

View file

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