mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Updating woodpecker syntax. (#94)
This commit is contained in:
parent
5c6fcb1b07
commit
e943f97fe4
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue