Files
git-flow/bitbucket-pipelines.yml
T

18 lines
438 B
YAML

image: python:3.12-slim-bookworm
pipelines:
branches:
'dev':
- step:
name: "Tag dev"
script:
- cd $BITBUCKET_CLONE_DIR
- pip install -r requirements.txt
- ./git-flow tag $BEARER
'main':
- step:
name: "Tag main"
script:
- cd $BITBUCKET_CLONE_DIR
- pip install -r requirements.txt
- ./git-flow tag $BEARER