From: Fatih Degirmenci Date: Wed, 6 Jan 2016 11:41:02 +0000 (+0100) Subject: Clone the repos in opnfvdocs/docs folder to get composite docs X-Git-Tag: brahmaputra.1.0~313 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F5661%2F2;p=releng.git Clone the repos in opnfvdocs/docs folder to get composite docs Change-Id: I575961a727eeda8a34c33bd797ae7035d9c7fb11 Signed-off-by: Fatih Degirmenci --- diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index 6b8650e8c..de48aafb7 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -169,7 +169,7 @@ echo echo "--------------------------------------------------------" for repo in $(grep -v '^#' $WORKSPACE/releng/jjb/opnfvdocs/project.cfg | sort); do - cd $WORKSPACE + cd $WORKSPACE/docs echo " $repo" git clone $GIT_CLONE_BASE/$repo --branch $GERRIT_BRANCH --depth 1 --quiet done