refactor: elimino seccion dev de bitbucket-pipelines.yml

This commit is contained in:
Jonathan Teran
2025-11-07 11:41:54 -03:00
parent 17eb6c2d24
commit 71a5643b03
-10
View File
@@ -2,16 +2,6 @@ image: python:3.12
pipelines:
branches:
'dev':
- step:
name: "Tag dev"
caches:
- pip
script:
- cd $BITBUCKET_CLONE_DIR
- pip install --upgrade pip
- pip install .
- git-flow tag $BEARER
'main':
- step:
name: "Tag main"