test
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-05-13 14:50:55 +01:00
parent da361cdc6b
commit aa2275dc37
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 11 additions and 11 deletions

View File

@ -4,14 +4,14 @@ pipeline:
commands:
- echo $MAIL_USER
secrets: [mail_user, mail_pass]
# Mail:
# image: deblan/woodpecker-email
# settings:
# from.address: ci@serene-lang.org
# from.name: Serene CI
# host: smtp.gmail.com
# username: $MAIL_USER
# password: $MAIL_PASS
# recipients:
# - ${CI_COMMIT_AUTHOR_EMAIL}
# secrets: [mail_user, mail_pass]
Mail:
image: deblan/woodpecker-email
settings:
from.address: ci@serene-lang.org
from.name: Serene CI
host: smtp.gmail.com
username: $MAIL_USER
password: $MAIL_PASS
recipients:
- ${CI_COMMIT_AUTHOR_EMAIL}
secrets: [mail_user, mail_pass]