projects
/
lemmy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29869b1
)
Fixing woodpecker env var. (#3854)
author
Dessalines
<dessalines@users.noreply.github.com>
Wed, 9 Aug 2023 09:14:09 +0000
(
05:14
-0400)
committer
GitHub
<noreply@github.com>
Wed, 9 Aug 2023 09:14:09 +0000
(11:14 +0200)
.woodpecker.yml
patch
|
blob
|
history
diff --git
a/.woodpecker.yml
b/.woodpecker.yml
index 4c1be3aa1815593f3257b6884291608af04425ba..04763d763e4c7db694b301f452f9efa54b9ef363 100644
(file)
--- 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]