From 75dd0bbc0e78c8e41de9792123fafed466f8ecbe Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 7 May 2020 09:15:56 +0100 Subject: Clean normatives file during mvn clean The configuration to clean the normatives.tar.gz was incorrect, so the file was not being cleaned up during mvn clean, which could create an inconsistent sdc-backend-init docker image. Change-Id: I15e3f4c49f404c147532c88c50f131cb61aea9c0 Issue-ID: SDC-3041 Signed-off-by: andre.schmid --- catalog-be/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'catalog-be') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 27c48498dd..a74d594ce8 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -880,9 +880,7 @@ - - ${project.basedir}/sdc-backend-init/chef-repo/cookbooks/sdc-normatives/files/default - + sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/files/default false normatives.tar.gz -- cgit 1.2.3-korg