From edb7a6697fb48af5c7105a46399f75da118b9784 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 20 Jan 2023 13:04:18 +0100 Subject: [PATCH] Updating ddadevops fixed it --- infrastructure/c4k-website-build/build.py | 2 +- infrastructure/c4k-website-build/test/serverspec.edn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/c4k-website-build/build.py b/infrastructure/c4k-website-build/build.py index b42b47c..403203a 100644 --- a/infrastructure/c4k-website-build/build.py +++ b/infrastructure/c4k-website-build/build.py @@ -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: diff --git a/infrastructure/c4k-website-build/test/serverspec.edn b/infrastructure/c4k-website-build/test/serverspec.edn index 3612c9b..87038f9 100644 --- a/infrastructure/c4k-website-build/test/serverspec.edn +++ b/infrastructure/c4k-website-build/test/serverspec.edn @@ -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"}]}