From: Dessalines <dessalines@users.noreply.github.com>
Date: Wed, 9 Aug 2023 09:14:09 +0000 (-0400)
Subject: Fixing woodpecker env var. (#3854)
X-Git-Url: http://these/git/%7B%60/feeds/inbox/%22%7B%7D/static/git-logo.png?a=commitdiff_plain;h=654bc513ea46e0b2d6dc60aee118ebf152752d11;p=lemmy.git

Fixing woodpecker env var. (#3854)
---

diff --git a/.woodpecker.yml b/.woodpecker.yml
index 4c1be3aa..04763d76 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -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]