Files
git-flow/bitbucket-pipelines.yml
T

17 lines
405 B
YAML

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