diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b05ede8..4e00f4d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,3 +1,5 @@ +image: python:3.12 + pipelines: branches: 'dev': @@ -5,12 +7,12 @@ pipelines: name: "Tag dev" script: - cd $BITBUCKET_CLONE_DIR - - python -m pip install -r requirements.txt + - pip install -r requirements.txt - ./git-flow tag $BEARER 'main': - step: name: "Tag main" script: - cd $BITBUCKET_CLONE_DIR - - python -m pip install -r requirements.txt + - pip install -r requirements.txt - ./git-flow tag $BEARER