f
This commit is contained in:
parent
4ba62a4550
commit
c18716a9eb
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ steps:
|
|||
commands:
|
||||
- |
|
||||
s-nail \
|
||||
-s "CI: [$CI_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \
|
||||
-s "CI: [$CI_PREV_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \
|
||||
-S mta=smtp://docker10.mgrote.net:1025 \
|
||||
-S smtp-auth=none \
|
||||
-S v15-compat \
|
||||
|
@ -20,8 +20,8 @@ steps:
|
|||
info@mgrote.net <<EOF
|
||||
Repository: $CI_REPO
|
||||
Commit: $CI_COMMIT_SHA
|
||||
URL: $CI_PIPELINE_URL
|
||||
Status: $CI_STEP_STATUS
|
||||
URL: $CI_PREV_PIPELINE_URL
|
||||
Status: $CI_PREV_PIPELINE_STATUS
|
||||
EOF
|
||||
when:
|
||||
event: [push]
|
||||
|
|
Loading…
Reference in a new issue