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

This commit is contained in:
Sameer Rahmani 2023-05-13 13:56:33 +01:00
parent dff3b49f35
commit da361cdc6b
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 13 additions and 13 deletions

View File

@ -2,16 +2,16 @@ pipeline:
Build:
image: alpine:latest
commands:
- ls
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]
- 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]