From 5684dcff477f8f36e05d403377e8cc6d69268073 Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C bit4bit@riseup.net" Date: Wed, 26 Jul 2023 18:32:14 -0500 Subject: [PATCH] chore: se detalla notificacion en CI --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 9665ff2..67a79f6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,6 +11,7 @@ pipeline: - python3 -m unittest notify: image: plugins/matrix + failure: ignore settings: home_server: https://matrix.org roomid: "!oxZmsJwfvciTuLYIwg:matrix.org" @@ -19,7 +20,10 @@ pipeline: password: from_secret: matrix_password template: > - "Actualización Disponible" + PikPukPak.. + ${CI_COMMIT_AUTHOR}: ${CI_REPO}/${CI_COMMIT_BRANCH}@${CI_COMMIT_REF} ${CI_PIPELINE_STATUS} + ${CI_COMMIT_MESSAGE} + services: postgres: image: postgres:12