g
This commit is contained in:
parent
ffbe5713b8
commit
49fddb443d
1 changed files with 11 additions and 7 deletions
|
@ -11,13 +11,17 @@ steps:
|
||||||
image: registry.mgrote.net/allzweckcontainer:latest
|
image: registry.mgrote.net/allzweckcontainer:latest
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
s-nail -s "CI: [$CI_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH" \
|
s-nail \
|
||||||
-S smtp=server:docker10.mgrote.net:1025 \
|
-s "CI: [$CI_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \
|
||||||
-S from=ci@mgrote.net info@mgrote.net <<EOF
|
-S mta=smtp://docker10.mgrote.net:1025 \
|
||||||
$CI_REPO
|
-S smtp-auth=none \
|
||||||
$CI_COMMIT_SHA
|
-S v15-compat \
|
||||||
$CI_PIPELINE_URL
|
-S from=ci@mgrote.net \
|
||||||
$CI_STEP_STATUS
|
info@mgrote.net <<EOF
|
||||||
|
Repository: $CI_REPO
|
||||||
|
Commit: $CI_COMMIT_SHA
|
||||||
|
URL: $CI_PIPELINE_URL
|
||||||
|
Status: $CI_STEP_STATUS
|
||||||
EOF
|
EOF
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|
Loading…
Reference in a new issue