0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-10-22 22:30:38 +00:00
retry/.woodpecker/notify.yml

33 lines
770 B
YAML
Raw Normal View History

---
when:
2023-07-26 18:43:03 +00:00
- event: [tag]
- event: [push, manual]
2023-07-25 21:43:19 +00:00
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2023-07-26 18:43:03 +00:00
runs_on: [success, failure]
steps:
matrix:
image: quay.io/thegeeklab/drone-matrix
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
2023-07-26 18:43:03 +00:00
template: >-
Status: **{{ .Build.Status }}**<br/>
Build: [{{ .Repo.Owner }}/{{ .Repo.Name }}]({{ .Build.Link }}){{ if .Build.Branch }} ({{ .Build.Branch }}){{ end }} by {{ .Commit.Author }}<br/>
2023-07-26 18:56:02 +00:00
Message: {{ .Commit.Message.Title }}
username:
from_secret: matrix_username
when:
2023-07-26 18:43:03 +00:00
- status: [success, failure]
depends_on:
- test
- container
- release