summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Sardara <msardara+fdio@cisco.com>2018-02-20 17:49:06 +0100
committerMauro Sardara <msardara+fdio@cisco.com>2018-02-20 17:49:06 +0100
commitb38a0ccaf962a865ec7660eeba9690e57cbf1ec2 (patch)
treed6afa0c44c8d75586528251a6d417ea7c3e0f6dc
parent44a95dfc0db504e7a24e034b3d8dfd4640a6b04c (diff)
Correction in lonbbow docs build script
Change-Id: I2e3c66e472b558cff063a2b65301e84197b6a857 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r--jjb/cicn/include-raw-cicn-longbow-docs.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/jjb/cicn/include-raw-cicn-longbow-docs.sh b/jjb/cicn/include-raw-cicn-longbow-docs.sh
index 1b700d2d9..3e67afa9e 100644
--- a/jjb/cicn/include-raw-cicn-longbow-docs.sh
+++ b/jjb/cicn/include-raw-cicn-longbow-docs.sh
@@ -15,7 +15,7 @@ update_cmake_repo() {
export PATH=/opt/cmake/bin:$PATH
}
-pushd longbow
+cd longbow
[ "$DOCS_REPO_URL" ] || DOCS_REPO_URL="https://nexus.fd.io/content/sites/site"
[ "$PROJECT_PATH" ] || PROJECT_PATH="io/fd/cicn/longbow"
@@ -73,5 +73,3 @@ EOF
${MVN} site:site site:deploy -gs "${GLOBAL_SETTINGS_FILE}" -s "${SETTINGS_FILE}" -T 4C
cd -
fi
-
-popd longbow