new get the version in image

This commit is contained in:
Michael Jerger 2023-07-07 15:42:53 +02:00
parent a20514715a
commit d11310b413
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
image: "domaindrivenarchitecture/devops-build:4.0.6"
image: "domaindrivenarchitecture/devops-build:4.0.7"
before_script:
- python --version

View file

@ -184,10 +184,10 @@ def destroy(project):
```
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
pip3 install --upgrade --user ddadevops
pip3 install --upgrade ddadevops
```
## Development & mirrors

View file

@ -33,7 +33,7 @@ default_task = "dev"
name = "ddadevops"
MODULE = "not-used"
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"
description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]