diff options
author | 2020-06-26 20:23:48 +0000 | |
---|---|---|
committer | 2020-06-26 20:23:48 +0000 | |
commit | 05fbb61aa9c072e24e47c5f5e856b966cb73822f (patch) | |
tree | 671c607e9da063a6bff7fc107c159ea3a2ba22e7 | |
parent | 171c450a84e41e352205e0aabc6ecb6e1d9013a6 (diff) | |
parent | 3f55cc9a48a816a6c2093ad4cdf80a69f370789a (diff) |
Merge "Issue-ID: VNFRQTS-886 optimization in git clone using --depth"
-rw-r--r-- | docs/Chapter8/OPNFV-Verified-Badging.rst | 2 |
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`` |