summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-02-20 16:30:59 +0000
committerGerrit Code Review <gerrit@fd.io>2018-02-20 16:30:59 +0000
commit93800f1837c9db36a9307b6c66ad44b9ff1f6930 (patch)
tree83722675c937d7258b5e2f1a287cd253c5792aaf
parenta193af9312e313e3268f9847d194431f00c1aca7 (diff)
parentb428c7ec41edfd23e3da77dda69ac4a7ee1d1ded (diff)
Merge "Correction in script for building longbow docs"
-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