2023-10-16 21:52:34 +13:00
|
|
|
skip_clone: true
|
|
|
|
|
|
|
|
|
|
steps:
|
2023-10-17 09:34:51 +13:00
|
|
|
ntfy:
|
2023-10-16 21:52:34 +13:00
|
|
|
image: codeberg.org/l-x/woodpecker-ntfy
|
|
|
|
|
settings:
|
|
|
|
|
url: https://ntfy.cybercinch.nz/ci-status
|
2023-10-18 22:34:00 +13:00
|
|
|
title: "Build completed for ${CI_REPO_NAME}"
|
2023-10-16 21:52:34 +13:00
|
|
|
priority: urgent
|
|
|
|
|
icon: https://woodpecker-ci.org/img/logo.svg
|
2024-01-04 10:38:20 +13:00
|
|
|
tags: >
|
|
|
|
|
robot,
|
|
|
|
|
tada,
|
|
|
|
|
white_check_mark,
|
|
|
|
|
${CI_BUILD_EVENT},
|
|
|
|
|
${CI_REPO_NAME}
|
2023-10-16 21:52:34 +13:00
|
|
|
message: >
|
|
|
|
|
📝 Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}:
|
2024-01-04 10:38:20 +13:00
|
|
|
${CI_COMMIT_MESSAGE}
|
2023-10-18 22:19:02 +13:00
|
|
|
when:
|
|
|
|
|
event: [ push, manual ]
|
|
|
|
|
status: [ success ]
|
2023-10-16 22:42:16 +13:00
|
|
|
depends_on:
|
2023-10-16 21:52:34 +13:00
|
|
|
- lint
|
|
|
|
|
- test
|