From: Ryota MIBU Date: Thu, 7 Jan 2016 13:38:28 +0000 (+0900) Subject: fix releng path in composite doc builder X-Git-Tag: brahmaputra.1.0~296 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=062184b5027b9c3ea210ae1783b8c06651f02c4c;p=releng.git fix releng path in composite doc builder Change-Id: Ifc4e621f3d13ba4f402fced2b69e882bd2f31ed4 Signed-off-by: Ryota MIBU --- diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml index 87648c1d5..94ca6fc43 100644 --- a/jjb/opnfvdocs/opnfvdocs.yml +++ b/jjb/opnfvdocs/opnfvdocs.yml @@ -173,7 +173,7 @@ # clone releng repo to get repo list echo "Cloning releng repo" git clone $GIT_CLONE_BASE/releng --branch master --depth 1 --quiet - repos=$(grep -v '^#' $WORKSPACE/releng/jjb/opnfvdocs/project.cfg | sort) + repos=$(grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort) echo echo "Cloning repos of participating OPNFV Projects and copying docs"