Fixing woodpecker env var. (#3854)

pull/3858/head
Dessalines 10 months ago committed by GitHub
parent 29869b132c
commit 654bc513ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save