chore: ajuste CI

This commit is contained in:
Jovany Leandro G.C bit4bit@riseup.net 2023-07-26 19:13:28 -05:00
parent 8518e78dba
commit 4c7b21e53d

View File

@ -1,4 +1,4 @@
steps:
pipeline:
tests:
image: python:3.9
environment:
@ -21,7 +21,7 @@ steps:
from_secret: matrix_password
template: >
PikPukPak..
<p>${CI_COMMIT_AUTHOR}: <a href="${CI_COMMIT_URL}">${CI_REPO}/${CI_COMMIT_BRANCH}</a><b>${CI_PIPELINE_STATUS}</b></p>
<p>${CI_COMMIT_AUTHOR}: <a href="${CI_COMMIT_URL}">${CI_REPO}/{{build.branch}}#{{truncate build.commit 8}}</a><b>{{build.status}}</b></p>
<pre>${CI_COMMIT_MESSAGE}</pre>
when:
- status: [ success, failure ]