chore: se detalla notificacion en CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-07-26 18:32:14 -05:00
parent 627a8238c0
commit 5684dcff47

View File

@ -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