diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-05-07 09:15:56 +0100 |
---|---|---|
committer | Ojas Dubey <Ojas.Dubey@amdocs.com> | 2020-05-08 07:49:01 +0000 |
commit | 75dd0bbc0e78c8e41de9792123fafed466f8ecbe (patch) | |
tree | bf64412307bd31e33400c2e87a3e569b4bb83070 /catalog-be | |
parent | a1bd235fffc7c0685800b6f3d8289d143baa87d6 (diff) |
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 <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ </includes> </fileset> <fileset> - <directory> - ${project.basedir}/sdc-backend-init/chef-repo/cookbooks/sdc-normatives/files/default - </directory> + <directory>sdc-backend-init/chef-repo/cookbooks/sdc-catalog-be-setup/files/default</directory> <followSymlinks>false</followSymlinks> <includes> <include>normatives.tar.gz</include> |