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: tests:
image: python:3.9 image: python:3.9
environment: environment:
@ -21,7 +21,7 @@ steps:
from_secret: matrix_password from_secret: matrix_password
template: > template: >
PikPukPak.. 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> <pre>${CI_COMMIT_MESSAGE}</pre>
when: when:
- status: [ success, failure ] - status: [ success, failure ]