d
This commit is contained in:
parent
86e53fe7a2
commit
d173d12982
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@ steps:
|
||||||
$CI_COMMIT_AUTHOR_EMAIL <<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_PIPELINE_URL
|
||||||
URL-Git: $CI_PIPELINE_FORGE_URL
|
URL-Git: $CI_PIPELINE_FORGE_URL
|
||||||
Status: $CI_PIPELINE_STATUS
|
Status: $CI_PIPELINE_STATUS
|
||||||
EOF
|
EOF
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
runs_on:
|
runs_on:
|
||||||
- failure
|
- failure
|
||||||
|
|
Loading…
Reference in a new issue