Merged in bugfix/tag-command-checks (pull request #6)
bugfix: tag command checks Approved-by: Jonathan Teran
This commit is contained in:
@@ -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
|
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:40
|
||||||
|
|
||||||
**bugfix/tag-command-checks**
|
**bugfix/tag-command-checks**
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
image: python:3.12
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
'dev':
|
'dev':
|
||||||
@@ -5,12 +7,12 @@ pipelines:
|
|||||||
name: "Tag dev"
|
name: "Tag dev"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- python -m pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- ./git-flow tag $BEARER
|
- ./git-flow tag $BEARER
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag main"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- python -m pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- ./git-flow tag $BEARER
|
- ./git-flow tag $BEARER
|
||||||
|
|||||||
Reference in New Issue
Block a user