f
This commit is contained in:
parent
9f69e9e0bd
commit
d92af3101f
1 changed files with 3 additions and 1 deletions
|
@ -11,6 +11,8 @@ steps:
|
||||||
image: registry.mgrote.net/allzweckcontainer:latest
|
image: registry.mgrote.net/allzweckcontainer:latest
|
||||||
commands:
|
commands:
|
||||||
- echo $CI_PREV_PIPELINE_URL # debug
|
- echo $CI_PREV_PIPELINE_URL # debug
|
||||||
|
- echo $CI_PIPELINE_PARENT
|
||||||
|
- echo $CI_PIPELINE_STATUS
|
||||||
- |
|
- |
|
||||||
s-nail \
|
s-nail \
|
||||||
-s "CI: [$CI_PREV_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \
|
-s "CI: [$CI_PREV_PIPELINE_STATUS] $CI_REPO ($CI_COMMIT_BRANCH)" \
|
||||||
|
@ -18,7 +20,7 @@ steps:
|
||||||
-S smtp-auth=none \
|
-S smtp-auth=none \
|
||||||
-S v15-compat \
|
-S v15-compat \
|
||||||
-S from=ci@mgrote.net \
|
-S from=ci@mgrote.net \
|
||||||
info@mgrote.net <<EOF
|
$CI_COMMIT_AUTHOR_EMAIL <<EOF
|
||||||
Repository: $CI_REPO
|
Repository: $CI_REPO
|
||||||
Commit: $CI_COMMIT_SHA
|
Commit: $CI_COMMIT_SHA
|
||||||
URL: $CI_PREV_PIPELINE_URL
|
URL: $CI_PREV_PIPELINE_URL
|
||||||
|
|
Loading…
Reference in a new issue