From: Ed Warnicke Date: Fri, 9 Sep 2016 00:32:35 +0000 (-0700) Subject: Fix incorrect zip command in include-raw-vpp-docs.sh X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=dced6bb6e87a3d79f8df19198508aa5462fd6e13;p=ci-management.git Fix incorrect zip command in include-raw-vpp-docs.sh Change-Id: If65fad32ab099d03c0a6b99195869d17bff308f7 Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-docs.sh b/jjb/vpp/include-raw-vpp-docs.sh index 4f60b01b5..8b60d33a3 100644 --- a/jjb/vpp/include-raw-vpp-docs.sh +++ b/jjb/vpp/include-raw-vpp-docs.sh @@ -18,7 +18,7 @@ sudo apt-get install -y zip make doxygen cd ${DOC_DIR} -zip ${DOC_FILE} . +zip -r ${DOC_FILE} * cat pom.xml << EOF 4.0.0