mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 00:14:03 +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
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
- apk add curl
|
- 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:
|
when:
|
||||||
status: [failure]
|
status: [failure]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue