mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable docs app refresh by default
This commit is contained in:
@@ -12,13 +12,13 @@ fi
|
||||
if [ ! -d "target/guidebook" ]
|
||||
then
|
||||
|
||||
pushd ../docsys/src/main/node/docsys || exit 1
|
||||
if ! ./update.sh "$@"
|
||||
then
|
||||
printf "Unable to update the guidebook static app\n"
|
||||
exit 2;
|
||||
fi
|
||||
popd
|
||||
# pushd ../docsys/src/main/node/docsys || exit 1
|
||||
# if ! ./update.sh "$@"
|
||||
# then
|
||||
# printf "Unable to update the guidebook static app\n"
|
||||
# exit 2;
|
||||
# fi
|
||||
# popd
|
||||
|
||||
cp -R ../docsys/src/main/resources/docsys-guidebook/ ${GUIDEBOOK}/
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user