Merged in bugfix/tag-command-checks (pull request #5)
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:40
|
||||
|
||||
**bugfix/tag-command-checks**
|
||||
- **bugfix**: cambio llamada a pip en pipeline (7330024)
|
||||
- bitbucket-pipelines.yml (M)
|
||||
|
||||
---
|
||||
|
||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:34
|
||||
|
||||
**bugfix/tag-command-checks**
|
||||
|
||||
@@ -5,12 +5,12 @@ pipelines:
|
||||
name: "Tag dev"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- python -m pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
'main':
|
||||
- step:
|
||||
name: "Tag main"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- python -m pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
|
||||
Reference in New Issue
Block a user