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:
|
commands:
|
||||||
- |
|
- |
|
||||||
s-nail \
|
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 mta=smtp://docker10.mgrote.net:1025 \
|
||||||
-S smtp-auth=none \
|
-S smtp-auth=none \
|
||||||
-S v15-compat \
|
-S v15-compat \
|
||||||
|
@ -20,8 +20,8 @@ steps:
|
||||||
info@mgrote.net <<EOF
|
info@mgrote.net <<EOF
|
||||||
Repository: $CI_REPO
|
Repository: $CI_REPO
|
||||||
Commit: $CI_COMMIT_SHA
|
Commit: $CI_COMMIT_SHA
|
||||||
URL: $CI_PIPELINE_URL
|
URL: $CI_PREV_PIPELINE_URL
|
||||||
Status: $CI_STEP_STATUS
|
Status: $CI_PREV_PIPELINE_STATUS
|
||||||
EOF
|
EOF
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
|
Loading…
Reference in a new issue