Remove no longer needed "make" target 26/116026/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 2 Dec 2020 14:37:53 +0000 (15:37 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 2 Dec 2020 14:53:53 +0000 (15:53 +0100)
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 <p.wieczorek2@samsung.com>
docs/oom_quickstart_guide.rst

index 28d3597..6b1c69c 100644 (file)
@@ -158,7 +158,7 @@ follows::
 
 **Step 6.** Build a local Helm repository (from the kubernetes directory)::
 
-  > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all ; make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] onap
+  > make SKIP_LINT=TRUE [HELM_BIN=<HELM_PATH>] all
 
 `HELM_BIN`
   Sets the helm binary to be used. The default value use helm from PATH. Allow the user to have