Updating ddadevops fixed it

This commit is contained in:
erik 2023-01-20 13:04:18 +01:00
parent 295f3893ec
commit edb7a6697f
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class MyBuild(DevopsDockerBuild):
@init @init
def initialize(project): def initialize(project):
project.build_depends_on('ddadevops>=0.12.4') project.build_depends_on('ddadevops>=3.1.3')
stage = 'prod' stage = 'prod'
dockerhub_user = environ.get('DOCKERHUB_USER') dockerhub_user = environ.get('DOCKERHUB_USER')
if not dockerhub_user: if not dockerhub_user:

View file

@ -1,4 +1,4 @@
{:file [{:path "/entrypoint.sh" :mod "700"} {:file [{:path "/entrypoint.sh" :mod "700"}
{:path "/usr/local/bin/functions.sh" :mod "700"} {:path "/usr/local/bin/functions.sh" :mod "700"}
{:path "/etc/excludes.pattern" :mod "700"} {:path "/etc/exclude.pattern" :mod "700"}
{:path "/etc/lein/project.clj" :mod "700"}]} {:path "/etc/lein/project.clj" :mod "700"}]}