Merge "Correction in script for building longbow docs"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Tue, 20 Feb 2018 16:30:59 +0000 (16:30 +0000)
committerGerrit Code Review <gerrit@fd.io>
Tue, 20 Feb 2018 16:30:59 +0000 (16:30 +0000)
jjb/cicn/include-raw-cicn-longbow-docs.sh

index a37756d..1b700d2 100644 (file)
@@ -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