Updating ddadevops fixed it
This commit is contained in:
parent
295f3893ec
commit
edb7a6697f
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
|
@ -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"}]}
|
||||||
|
|
Loading…
Reference in a new issue