summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/opnfvdocs/opnfvdocs.yml2
1 files changed, 1 insertions, 1 deletions
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"