]> Untitled Git - lemmy.git/commitdiff
Fixing woodpecker env var. (#3854)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 9 Aug 2023 09:14:09 +0000 (05:14 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 09:14:09 +0000 (11:14 +0200)
.woodpecker.yml

index 4c1be3aa1815593f3257b6884291608af04425ba..04763d763e4c7db694b301f452f9efa54b9ef363 100644 (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]