Updating ddadevops fixed it

docker-test-review
erik 1 year ago
parent 295f3893ec
commit edb7a6697f

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

@ -1,4 +1,4 @@
{:file [{:path "/entrypoint.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"}]}

Loading…
Cancel
Save