updated ddadevops version
This commit is contained in:
parent
bc546e33d8
commit
f140b989b2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class MyBuild(DevopsDockerBuild):
|
|||
|
||||
@init
|
||||
def initialize(project):
|
||||
project.build_depends_on('ddadevops>=0.6.1')
|
||||
project.build_depends_on('ddadevops>=0.12.4')
|
||||
stage = 'notused'
|
||||
dockerhub_user = environ.get('DOCKERHUB_USER')
|
||||
if not dockerhub_user:
|
||||
|
|
Loading…
Reference in a new issue