From: Pawel Wieczorek Date: Fri, 11 Dec 2020 15:32:19 +0000 (+0100) Subject: Remove no longer needed "make" target X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F116317%2F2;p=integration.git 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 --- 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