aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/vagrant-minimal-onap/Vagrantfile1
1 files changed, 0 insertions, 1 deletions
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