Merged in feature/agregar-bitbucket-pipelines.yml (pull request #2)
feature: agregar bitbucket pipelines.yml Approved-by: Jonathan Teran
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:23
|
||||
|
||||
**feature/agregar-bitbucket-pipelines.yml**
|
||||
- **feature**: agrego bitbucket-pipelines.yml y requirements.txt (2afa845)
|
||||
- bitbucket-pipelines.yml (A)
|
||||
- requirements.txt (A)
|
||||
|
||||
---
|
||||
|
||||
## Jonathan Teran Carballo (jonathan.nerat@gmail.com) - 02/11/2025 12:13
|
||||
|
||||
**refactor/git-commands-lib**
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
image: python:3.12-slim-bookworm
|
||||
pipelines:
|
||||
branches:
|
||||
'dev':
|
||||
- step:
|
||||
name: "Tag dev"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
'main':
|
||||
- step:
|
||||
name: "Tag main"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
@@ -0,0 +1,5 @@
|
||||
certifi==2025.10.5
|
||||
charset-normalizer==3.4.4
|
||||
idna==3.11
|
||||
requests==2.32.5
|
||||
urllib3==2.5.0
|
||||
Reference in New Issue
Block a user