From d47c7baec46abd1d5e0f0be9f26e1c2a82f37fe7 Mon Sep 17 00:00:00 2001
From: Pawel Wieczorek
Date: Wed, 2 Dec 2020 15:37:53 +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: I4db334aaf5371e5a40b3f1458e61a432d33297e3
Signed-off-by: Pawel Wieczorek
(cherry picked from commit f6d0a246b097baaa83eae07c2a50a5da3448d161)
---
docs/oom_quickstart_guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs')
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 28d3597923..6b1c69cc44 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -158,7 +158,7 @@ follows::
**Step 6.** Build a local Helm repository (from the kubernetes directory)::
- > make SKIP_LINT=TRUE [HELM_BIN=] all ; make SKIP_LINT=TRUE [HELM_BIN=] onap
+ > make SKIP_LINT=TRUE [HELM_BIN=] all
`HELM_BIN`
Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have
--
cgit 1.2.3-korg