From 4bce25d9c853eba57965c3f361dc5f58448ae1a9 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Fri, 11 Dec 2020 16:32:19 +0100 Subject: Remove no longer needed "make" target With predictable chart build process running "make onap" after "make all" is no longer necessary. Issue-ID: OOM-2399 Change-Id: Ie37ef0dc097f8fa8c1f02cbe70ba8d9270b3c729 Signed-off-by: Pawel Wieczorek --- bootstrap/vagrant-minimal-onap/Vagrantfile | 1 - 1 file changed, 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile index 682ce6bd7..5a117e87d 100644 --- a/bootstrap/vagrant-minimal-onap/Vagrantfile +++ b/bootstrap/vagrant-minimal-onap/Vagrantfile @@ -186,7 +186,6 @@ $setup_helm_repo = <<-SCRIPT sleep 3 helm repo add local http://127.0.0.1:8879 make -e SKIP_LINT=TRUE -C ${HOME}/oom/kubernetes all - make -e SKIP_LINT=TRUE -C ${HOME}/oom/kubernetes onap SCRIPT $deploy_onap = <<-SCRIPT -- cgit 1.2.3-korg