X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Flocal-dev-host-clone.sh;h=43153d38feef1cf911671a74077980edc35af276;hb=aeca0e4c909da162b6d4de49a3cc18f6c8487b0b;hp=1d7ae42b5b0e7279313c2e64406b6115d5ab0863;hpb=e276ad30dc38f55e06877df8fd0d3372534c8f47;p=portal.git diff --git a/deliveries/local-dev-host-clone.sh b/deliveries/local-dev-host-clone.sh index 1d7ae42b..43153d38 100644 --- a/deliveries/local-dev-host-clone.sh +++ b/deliveries/local-dev-host-clone.sh @@ -2,6 +2,6 @@ # Sets up a new build area for Portal projects on on a dev/test host such as vm-ep-dev3 USER=org.UserId-goes-here -git clone https://${USER}@gerrit.onap.org/r/a/portal +git clone --depth 1 https://${USER}@gerrit.onap.org/r/a/portal cd lf_portal -git clone https://${USER}@gerrit.onap.org/r/a/portal/sdk +git clone --depth 1 https://${USER}@gerrit.onap.org/r/a/portal/sdk