summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTrevor Lovett <trevor.lovett@att.com>2020-06-26 20:23:48 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-26 20:23:48 +0000
commit05fbb61aa9c072e24e47c5f5e856b966cb73822f (patch)
tree671c607e9da063a6bff7fc107c159ea3a2ba22e7 /docs
parent171c450a84e41e352205e0aabc6ecb6e1d9013a6 (diff)
parent3f55cc9a48a816a6c2093ad4cdf80a69f370789a (diff)
Merge "Issue-ID: VNFRQTS-886 optimization in git clone using --depth"
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter8/OPNFV-Verified-Badging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Chapter8/OPNFV-Verified-Badging.rst b/docs/Chapter8/OPNFV-Verified-Badging.rst
index 9df4d2c..9933269 100644
--- a/docs/Chapter8/OPNFV-Verified-Badging.rst
+++ b/docs/Chapter8/OPNFV-Verified-Badging.rst
@@ -124,7 +124,7 @@ Clone the VNFSDK repo.
.. code-block:: bash
- git clone --branch elalto https://git.onap.org/vnfsdk/refrepo
+ git clone --depth 1 --branch elalto https://git.onap.org/vnfsdk/refrepo
Install the VTP by using script
``refrepo/vnfmarket-be/deployment/install/vtp_install.sh``