summaryrefslogtreecommitdiffstats
path: root/jjb/cicn
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-20 17:08:22 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-20 17:08:22 +0100
commitb428c7ec41edfd23e3da77dda69ac4a7ee1d1ded (patch)
tree79b2b5c43bef045482030cd08874567368f80fb9 /jjb/cicn
parent939eb6ca1cc8db6a8a3034d697f1ee4c0db17a14 (diff)
Correction in script for building longbow docs
Change-Id: I41eb0e3625b6100a5946d170e2f163f3c8b125a2 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
Diffstat (limited to 'jjb/cicn')
-rw-r--r--jjb/cicn/include-raw-cicn-longbow-docs.sh4
1 files changed, 4 insertions, 0 deletions
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