update version
This commit is contained in:
parent
c3bc39fac2
commit
6a41883fd6
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ stages:
|
|||
|
||||
|
||||
.ddadevops: &ddo
|
||||
image: "domaindrivenarchitecture/ddadevops:4.5.5-dev2023-08-17-09-15-42"
|
||||
image: "domaindrivenarchitecture/ddadevops:4.7.0"
|
||||
before_script:
|
||||
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
|
||||
- export PROTECTED_TOKEN_EXAMPLE=$PROTECTED_TOKEN_EXAMPLE
|
||||
|
|
2
build.py
2
build.py
|
@ -24,7 +24,7 @@ def initialize(project):
|
|||
"release_repository_name": name,
|
||||
}
|
||||
|
||||
project.build_depends_on("ddadevops>=4.0.0-dev")
|
||||
project.build_depends_on("ddadevops>=4.7.0")
|
||||
|
||||
build = ReleaseMixin(project, input)
|
||||
build.initialize_build_dir()
|
||||
|
|
Loading…
Reference in a new issue