chore: se detalla notificacion en CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
627a8238c0
commit
5684dcff47
@ -11,6 +11,7 @@ pipeline:
|
|||||||
- python3 -m unittest
|
- python3 -m unittest
|
||||||
notify:
|
notify:
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
|
failure: ignore
|
||||||
settings:
|
settings:
|
||||||
home_server: https://matrix.org
|
home_server: https://matrix.org
|
||||||
roomid: "!oxZmsJwfvciTuLYIwg:matrix.org"
|
roomid: "!oxZmsJwfvciTuLYIwg:matrix.org"
|
||||||
@ -19,7 +20,10 @@ pipeline:
|
|||||||
password:
|
password:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_password
|
||||||
template: >
|
template: >
|
||||||
"Actualización Disponible"
|
PikPukPak..
|
||||||
|
${CI_COMMIT_AUTHOR}: ${CI_REPO}/${CI_COMMIT_BRANCH}@${CI_COMMIT_REF} ${CI_PIPELINE_STATUS}
|
||||||
|
${CI_COMMIT_MESSAGE}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12
|
image: postgres:12
|
||||||
|
Loading…
Reference in New Issue
Block a user