Files
git-flow/bitbucket-pipelines.yml
T

19 lines
413 B
YAML

image: python:3.12
pipelines:
branches:
'dev':
- step:
name: "Tag dev"
script:
- cd $BITBUCKET_CLONE_DIR
- pip install .
- ./src/git_flow/main.py tag $BEARER
'main':
- step:
name: "Tag main"
script:
- cd $BITBUCKET_CLONE_DIR
- pip install .
- ./src/git_flow/main.py tag $BEARER