mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +08:00
Update .yml files
This commit is contained in:
parent
d841f3f3d4
commit
dd6daaa8e6
2 changed files with 9 additions and 5 deletions
|
@ -35,7 +35,7 @@ steps:
|
||||||
evaluate: 'commit.branch == "master"'
|
evaluate: 'commit.branch == "master"'
|
||||||
recipients:
|
recipients:
|
||||||
- from_secret: SMTP_SELFHOSTED_EMAIL_TO_1
|
- from_secret: SMTP_SELFHOSTED_EMAIL_TO_1
|
||||||
level: success
|
level: info
|
||||||
recipients_only: false
|
recipients_only: false
|
||||||
content:
|
content:
|
||||||
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}"
|
subject: "[{{ pipeline.status }}] {{ repo.full_name }} ({{ commit.branch }} - {{ commit.sha[0:8] }}"
|
||||||
|
@ -46,5 +46,7 @@ steps:
|
||||||
attachments:
|
attachments:
|
||||||
- log/*
|
- log/*
|
||||||
when:
|
when:
|
||||||
status:
|
- branch: master
|
||||||
- success
|
- status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
|
|
@ -37,5 +37,7 @@ steps:
|
||||||
attachments:
|
attachments:
|
||||||
- log/*
|
- log/*
|
||||||
when:
|
when:
|
||||||
status:
|
- branch: master
|
||||||
- success
|
- status:
|
||||||
|
- success
|
||||||
|
- failure
|
||||||
|
|
Loading…
Add table
Reference in a new issue