bugfix: cambio script de build para ejecutar git-flow tag
This commit is contained in:
@@ -5,14 +5,20 @@ pipelines:
|
||||
'dev':
|
||||
- step:
|
||||
name: "Tag dev"
|
||||
caches:
|
||||
- pip
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install --upgrade pip
|
||||
- pip install .
|
||||
- ./src/git_flow/main.py tag $BEARER
|
||||
- git-flow tag $BEARER
|
||||
'main':
|
||||
- step:
|
||||
name: "Tag main"
|
||||
caches:
|
||||
- pip
|
||||
script:
|
||||
- cd $BITBUCKET_CLONE_DIR
|
||||
- pip install --upgrade pip
|
||||
- pip install .
|
||||
- ./src/git_flow/main.py tag $BEARER
|
||||
- git-flow tag $BEARER
|
||||
|
||||
Reference in New Issue
Block a user