diff options
-rw-r--r-- | docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst | 2 | ||||
-rw-r--r-- | docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst index 5679d1e..2d36875 100644 --- a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst +++ b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst @@ -117,7 +117,7 @@ You can clone this repository to your docker host: .. code:: bash - git clone "https://gerrit.onap.org/r/appc/deployment" + git clone --depth 1 "https://gerrit.onap.org/r/appc/deployment" Downloading the APPC Docker Images ---------------------------------- diff --git a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst index 0c08634..7fbaa65 100644 --- a/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst +++ b/docs/APPC Testing of a Local ONAP Component/APPC Testing of a Local ONAP Component.rst @@ -104,8 +104,8 @@ Setting up Git .. code:: bash - git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc - git clone http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment + git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc + git clone --depth 1 http://<LF_USER_ID>@gerrit.onap.org/r/a/appc/deployment Docker Engine Installation -------------------------- |