bugfix: arreglo ejecucion de tag mediante pipeline
This commit is contained in:
@@ -7,12 +7,12 @@ pipelines:
|
|||||||
name: "Tag dev"
|
name: "Tag dev"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- pip install -r requirements.txt
|
- pip install .
|
||||||
- ./git-flow tag $BEARER
|
- ./src/git_flow/main.py tag $BEARER
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag main"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- pip install -r requirements.txt
|
- pip install .
|
||||||
- ./git-flow tag $BEARER
|
- ./src/git_flow/main.py tag $BEARER
|
||||||
|
|||||||
@@ -661,3 +661,6 @@ def get_api_endpoint(service: str, repository: str, path: str):
|
|||||||
return "https://api.bitbucket.org/2.0/repositories/" + repository + path
|
return "https://api.bitbucket.org/2.0/repositories/" + repository + path
|
||||||
|
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user