From: Mauro Sardara Date: Tue, 20 Feb 2018 16:08:22 +0000 (+0100) Subject: Correction in script for building longbow docs X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=b428c7ec41edfd23e3da77dda69ac4a7ee1d1ded;p=ci-management.git Correction in script for building longbow docs Change-Id: I41eb0e3625b6100a5946d170e2f163f3c8b125a2 Signed-off-by: Mauro Sardara --- diff --git a/jjb/cicn/include-raw-cicn-longbow-docs.sh b/jjb/cicn/include-raw-cicn-longbow-docs.sh index a37756d0e..1b700d2d9 100644 --- a/jjb/cicn/include-raw-cicn-longbow-docs.sh +++ b/jjb/cicn/include-raw-cicn-longbow-docs.sh @@ -15,6 +15,8 @@ update_cmake_repo() { export PATH=/opt/cmake/bin:$PATH } +pushd longbow + [ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site" [ "$PROJECT_PATH" ] || PROJECT_PATH="io/fd/cicn/longbow" [ "$DOC_FILE" ] || DOC_FILE="cicn.longbow.docs.zip" @@ -71,3 +73,5 @@ EOF ${MVN} site:site site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}" -T 4C cd - fi + +popd longbow