From b38a0ccaf962a865ec7660eeba9690e57cbf1ec2 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Tue, 20 Feb 2018 17:49:06 +0100 Subject: [PATCH] Correction in lonbbow docs build script Change-Id: I2e3c66e472b558cff063a2b65301e84197b6a857 Signed-off-by: Mauro Sardara --- jjb/cicn/include-raw-cicn-longbow-docs.sh | 4 +--- 1 file changed, 1 insertion(+), 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 -- 2.16.6