updated ddadevops version

This commit is contained in:
leo 2021-09-10 16:55:39 +02:00
parent bc546e33d8
commit f140b989b2

View file

@ -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: