Merged in bugfix/tag-command-checks (pull request #6)

bugfix: tag command checks

Approved-by: Jonathan Teran
This commit is contained in:
JonathanGitFlow
2025-11-02 15:47:28 +00:00
committed by jt
2 changed files with 12 additions and 2 deletions
+8
View File
@@ -1,3 +1,11 @@
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:47
**bugfix/tag-command-checks**
- **bugfix**: cambio la imagen de default a python:3.12 (b1aecf4)
- bitbucket-pipelines.yml (M)
---
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:40
**bugfix/tag-command-checks**
+4 -2
View File
@@ -1,3 +1,5 @@
image: python:3.12
pipelines:
branches:
'dev':
@@ -5,12 +7,12 @@ pipelines:
name: "Tag dev"
script:
- cd $BITBUCKET_CLONE_DIR
- python -m pip install -r requirements.txt
- pip install -r requirements.txt
- ./git-flow tag $BEARER
'main':
- step:
name: "Tag main"
script:
- cd $BITBUCKET_CLONE_DIR
- python -m pip install -r requirements.txt
- pip install -r requirements.txt
- ./git-flow tag $BEARER