From 7ac837624773a2ce0c49c48de8fc6b964e14d411 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Carballo Date: Tue, 10 Feb 2026 20:48:24 -0300 Subject: [PATCH] test: muestro git status y log despues de taggear el commit en pipeline --- bitbucket-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index f88d4bd..7da3837 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -10,5 +10,7 @@ pipelines: script: - pip install uv - uv run git-flow tag --token=$BEARER + - git status + - git log --oneline -1 - uv build - uv publish --token=$PYPI_TOKEN