diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-09-09 14:44:08 -0700 |
---|---|---|
committer | Ed Warnicke <eaw@cisco.com> | 2016-09-09 14:47:13 -0700 |
commit | 3a5f7103bef6b41444c39194512fdb11532b8780 (patch) | |
tree | 41f270d1bb3eb0cad7aac853f3ccdfe3aa87ef90 | |
parent | d25069df62eed0c7aecb40486797ae14a6ce9006 (diff) |
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 <eaw@cisco.com>
-rw-r--r-- | jjb/vpp/include-raw-vpp-docs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <distributionManagement> <site> <id>fdio-site</id> - <url>dav:${DOCS_REPO_URL}/site/${PROJECT_PATH}/${VERSION}</url> + <url>dav:${DOCS_REPO_URL}/${PROJECT_PATH}/${VERSION}</url> </site> </distributionManagement> </project> |