bugfix: arreglo ejecucion de tag mediante pipeline
This commit is contained in:
@@ -7,12 +7,12 @@ pipelines:
|
||||
name: "Tag dev"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
- pip install .
|
||||
- ./src/git_flow/main.py tag $BEARER
|
||||
'main':
|
||||
- step:
|
||||
name: "Tag main"
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install -r requirements.txt
|
||||
- ./git-flow tag $BEARER
|
||||
- pip install .
|
||||
- ./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 ""
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user