bugfix: cambio la imagen de default a python:3.12
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
image: python:3.12
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
'dev':
|
'dev':
|
||||||
@@ -5,12 +7,12 @@ pipelines:
|
|||||||
name: "Tag dev"
|
name: "Tag dev"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- python -m pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- ./git-flow tag $BEARER
|
- ./git-flow tag $BEARER
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag main"
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- cd $BITBUCKET_CLONE_DIR
|
||||||
- python -m pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- ./git-flow tag $BEARER
|
- ./git-flow tag $BEARER
|
||||||
|
|||||||
Reference in New Issue
Block a user