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

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

View File

@ -2,8 +2,7 @@ pipeline:
Build:
image: alpine:latest
commands:
- echo $MAIL_USER
secrets: [mail_user, mail_pass]
- ls
Mail:
image: lxsameer/woodpecker_mailer:4
settings:
@ -15,5 +14,5 @@ pipeline:
to: ${CI_COMMIT_AUTHOR_EMAIL}
subject: "[${CI_REPO}] JOB #${CI_BUILD_NUMBER} - ${CI_PREV_STEP_STATUS}"
text: |
BUILD: ${CI_BUILD_LINK}<br/>
BUILD: ${CI_BUILD_LINK}
COMMIT: ${CI_COMMIT_LINK}