Fixing woodpecker env var. (#3854)

This commit is contained in:
Dessalines 2023-08-09 05:14:09 -04:00 committed by GitHub
parent 29869b132c
commit 654bc513ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]