mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
10 lines
197 B
YAML
10 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]
|