diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-12-02 15:37:53 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-08 13:47:01 +0000 |
commit | d47c7baec46abd1d5e0f0be9f26e1c2a82f37fe7 (patch) | |
tree | 41e533e8bb1992d61bbd42006b3a11072296c4e3 /docs | |
parent | a421ee252e97ab52472e2b98e7ca00e73a95a8d0 (diff) |
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 <p.wieczorek2@samsung.com>
(cherry picked from commit f6d0a246b097baaa83eae07c2a50a5da3448d161)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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=<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 |