new get the version in image
This commit is contained in:
parent
a20514715a
commit
d11310b413
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: "domaindrivenarchitecture/devops-build:4.0.6"
|
image: "domaindrivenarchitecture/devops-build:4.0.7"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
|
|
|
@ -184,10 +184,10 @@ def destroy(project):
|
||||||
|
|
||||||
```
|
```
|
||||||
pyb dev publish upload
|
pyb dev publish upload
|
||||||
pip3 install --upgrade --user ddadevops --pre
|
pip3 install --upgrade ddadevops --pre
|
||||||
|
|
||||||
pyb [patch|minor|major] prepare_release tag_bump_and_push_release
|
pyb [patch|minor|major] prepare_release tag_bump_and_push_release
|
||||||
pip3 install --upgrade --user ddadevops
|
pip3 install --upgrade ddadevops
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development & mirrors
|
## Development & mirrors
|
||||||
|
|
2
build.py
2
build.py
|
@ -33,7 +33,7 @@ default_task = "dev"
|
||||||
name = "ddadevops"
|
name = "ddadevops"
|
||||||
MODULE = "not-used"
|
MODULE = "not-used"
|
||||||
PROJECT_ROOT_PATH = "."
|
PROJECT_ROOT_PATH = "."
|
||||||
version = "4.0.7-SNAPSHOT"
|
version = "4.0.8-dev1"
|
||||||
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
|
||||||
description = __doc__
|
description = __doc__
|
||||||
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]
|
||||||
|
|
Loading…
Reference in a new issue