From: Ed Warnicke Date: Fri, 9 Sep 2016 21:44:08 +0000 (-0700) Subject: Fix REPO_URL X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=3a5f7103bef6b41444c39194512fdb11532b8780;p=ci-management.git Fix REPO_URL Previous repo URL was causing installation at: https://nexus.fd.io/content/sites/site/site/io/fd/vpp/ Instead of https://nexus.fd.io/content/sites/site/io/fd/vpp/ Change-Id: I5b13045ab43020b9fc72b75680db6d2772569e15 Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh index ed92efd3d..916b8cb0e 100644 --- a/jjb/vpp/include-raw-vpp-docs.sh +++ b/jjb/vpp/include-raw-vpp-docs.sh @@ -42,7 +42,7 @@ cat > pom.xml << EOF fdio-site - dav:${DOCS_REPO_URL}/site/${PROJECT_PATH}/${VERSION} + dav:${DOCS_REPO_URL}/${PROJECT_PATH}/${VERSION}