mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
Try fixing woodpecker 1.
This commit is contained in:
parent
e8ae75a7b5
commit
7c2020a08d
|
@ -5,6 +5,7 @@ variables:
|
|||
- &rust_image "rust:1.76"
|
||||
- &install_pnpm "corepack enable pnpm"
|
||||
- &slow_check_paths
|
||||
- event: pull_request
|
||||
- path:
|
||||
include: [
|
||||
# rust source code
|
||||
|
@ -200,6 +201,7 @@ steps:
|
|||
- cat target/log/lemmy_*.out || true
|
||||
- "# If you can't see all output, then use the download button"
|
||||
when:
|
||||
- event: pull_request
|
||||
- status: [failure]
|
||||
|
||||
publish_release_docker:
|
||||
|
@ -247,6 +249,7 @@ steps:
|
|||
- apk add curl
|
||||
- "curl -d'Lemmy CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
|
||||
when:
|
||||
- event: pull_request
|
||||
- status: [failure]
|
||||
|
||||
notify_on_tag_deploy:
|
||||
|
@ -255,7 +258,7 @@ steps:
|
|||
- apk add curl
|
||||
- "curl -d'lemmy:${CI_COMMIT_TAG} deployed' ntfy.sh/lemmy_drone_ci"
|
||||
when:
|
||||
- event: tag
|
||||
event: tag
|
||||
|
||||
services:
|
||||
database:
|
||||
|
|
Loading…
Reference in a new issue