mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fixing woodpecker env var. (#3854)
This commit is contained in:
parent
29869b132c
commit
654bc513ea
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ pipeline:
|
|||
image: alpine:3
|
||||
commands:
|
||||
- apk add curl
|
||||
- "curl -d'Lemmy CI build failed: ${CI_BUILD_LINK}' ntfy.sh/lemmy_drone_ci"
|
||||
- "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
|
||||
when:
|
||||
status: [failure]
|
||||
|
||||
|
|
Loading…
Reference in a new issue