diff options
-rw-r--r-- | bootstrap/vagrant-minimal-onap/Vagrantfile | 1 |
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 |