From 4c7b21e53d0ccf02ccbee48ba32c66071a8707ea Mon Sep 17 00:00:00 2001 From: "Jovany Leandro G.C bit4bit@riseup.net" Date: Wed, 26 Jul 2023 19:13:28 -0500 Subject: [PATCH] chore: ajuste CI --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 7996fc7..ed94f49 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -steps: +pipeline: tests: image: python:3.9 environment: @@ -21,7 +21,7 @@ steps: from_secret: matrix_password template: > PikPukPak.. -

${CI_COMMIT_AUTHOR}: ${CI_REPO}/${CI_COMMIT_BRANCH}${CI_PIPELINE_STATUS}

+

${CI_COMMIT_AUTHOR}: ${CI_REPO}/{{build.branch}}#{{truncate build.commit 8}}{{build.status}}

${CI_COMMIT_MESSAGE}
when: - status: [ success, failure ]