test
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Sameer Rahmani 2023-05-13 18:13:33 +01:00
parent f24ad65684
commit ae18b4fbe7
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 3 additions and 5 deletions

View File

@ -5,17 +5,15 @@ pipeline:
- echo $MAIL_USER
secrets: [mail_user, mail_pass]
Mail:
image: lxsameer/woodpecker_mailer:3
image: lxsameer/woodpecker_mailer:4
settings:
from: ci@serene-lang.org
user:
from_secret: mail_user
password:
from_secret: mail_pass
to:
- ${CI_COMMIT_AUTHOR_EMAIL}
- lxsameer@pm.me
to: ${CI_COMMIT_AUTHOR_EMAIL}
subject: "[${CI_REPO}] JOB #${CI_BUILD_NUMBER} - ${CI_PREV_STEP_STATUS}"
text: >-
text: |
BUILD: ${CI_BUILD_LINK}<br/>
COMMIT: ${CI_COMMIT_LINK}