From 71a5643b0346d25adaa85a5aca94022dfdd32e77 Mon Sep 17 00:00:00 2001 From: Jonathan Teran Date: Fri, 7 Nov 2025 11:41:54 -0300 Subject: [PATCH] refactor: elimino seccion dev de bitbucket-pipelines.yml --- bitbucket-pipelines.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e654684..3516705 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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"