refactor: elimino seccion dev de bitbucket-pipelines.yml
This commit is contained in:
@@ -2,16 +2,6 @@ image: python:3.12
|
|||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
'dev':
|
|
||||||
- step:
|
|
||||||
name: "Tag dev"
|
|
||||||
caches:
|
|
||||||
- pip
|
|
||||||
script:
|
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
|
||||||
- pip install --upgrade pip
|
|
||||||
- pip install .
|
|
||||||
- git-flow tag $BEARER
|
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag main"
|
||||||
|
|||||||
Reference in New Issue
Block a user