adjust required version
This commit is contained in:
parent
2fad0f88e8
commit
5598bc1660
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class MyBuild(DevopsDockerBuild):
|
|||
|
||||
@init
|
||||
def initialize(project):
|
||||
project.build_depends_on('ddadevops>=0.8.19')
|
||||
project.build_depends_on('ddadevops>=0.13.0')
|
||||
stage = 'notused'
|
||||
dockerhub_user = gopass_field_from_path('meissa/web/docker.com', 'login')
|
||||
dockerhub_password = gopass_password_from_path('meissa/web/docker.com')
|
||||
|
|
|
@ -14,7 +14,7 @@ class MyBuild(DevopsDockerBuild):
|
|||
|
||||
@init
|
||||
def initialize(project):
|
||||
project.build_depends_on('ddadevops>=0.6.1')
|
||||
project.build_depends_on('ddadevops>=0.13.0')
|
||||
stage = 'notused'
|
||||
dockerhub_user = gopass_field_from_path('meissa/web/docker.com', 'login')
|
||||
dockerhub_password = gopass_password_from_path('meissa/web/docker.com')
|
||||
|
|
Loading…
Reference in a new issue