From 320e271f30b37f1eb02caf36fe9fee20b00d5acf Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 17 Mar 2022 11:04:18 +0100 Subject: [BUILD] Drop make's "onap" target while building the charts Change-Id: I57d73afd7f5690f0c379b4f60e74f271bf3bd7cb Issue-ID: OOM-2946 Signed-off-by: Bartek Grzybowski --- build/creating_data/docker-images-collector.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/creating_data/docker-images-collector.sh b/build/creating_data/docker-images-collector.sh index f3d37fea..25e9ed47 100755 --- a/build/creating_data/docker-images-collector.sh +++ b/build/creating_data/docker-images-collector.sh @@ -199,7 +199,7 @@ echo "Building project..." export SKIP_LINT=TRUE export DOCKER_CONTAINER export HELM_BIN -make -e all > /dev/null; make -e ${PROJECT} > /dev/null +make -e all > /dev/null popd # Create the list from all enabled subsystems -- cgit 1.2.3-korg