update project.build_depends_on("ddadevops>=4.10.7")
This commit is contained in:
parent
b5b377aa6c
commit
b647309675
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -25,7 +25,7 @@ def initialize(project):
|
||||||
"release_repository_name": name,
|
"release_repository_name": name,
|
||||||
}
|
}
|
||||||
|
|
||||||
project.build_depends_on("ddadevops>=4.7.0")
|
project.build_depends_on("ddadevops>=4.10.7")
|
||||||
|
|
||||||
build = ReleaseMixin(project, input)
|
build = ReleaseMixin(project, input)
|
||||||
build.initialize_build_dir()
|
build.initialize_build_dir()
|
||||||
|
|
Loading…
Reference in a new issue