Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
939eb6c
)
Correction in script for building longbow docs
86/10686/1
author
Mauro Sardara
<
[email protected]
>
Tue, 20 Feb 2018 16:08:22 +0000
(17:08 +0100)
committer
Mauro Sardara
<
[email protected]
>
Tue, 20 Feb 2018 16:08:22 +0000
(17:08 +0100)
Change-Id: I41eb0e3625b6100a5946d170e2f163f3c8b125a2
Signed-off-by: Mauro Sardara <
[email protected]
>
jjb/cicn/include-raw-cicn-longbow-docs.sh
patch
|
blob
|
history
diff --git
a/jjb/cicn/include-raw-cicn-longbow-docs.sh
b/jjb/cicn/include-raw-cicn-longbow-docs.sh
index
a37756d
..
1b700d2
100644
(file)
--- 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