You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2016/05/11 13:52:16 UTC

incubator-tinkerpop git commit: Fixed plugin installation condition in docs pre-processor.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/tp31 b8d66cf18 -> bce33476a


Fixed plugin installation condition in docs pre-processor.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/bce33476
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/bce33476
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/bce33476

Branch: refs/heads/tp31
Commit: bce33476a035a1de77ca2d5116b6871e8692f788
Parents: b8d66cf
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed May 11 15:51:30 2016 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed May 11 15:51:30 2016 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/bce33476/docs/preprocessor/preprocess.sh
----------------------------------------------------------------------
diff --git a/docs/preprocessor/preprocess.sh b/docs/preprocessor/preprocess.sh
index 1c496f6..740808c 100755
--- a/docs/preprocessor/preprocess.sh
+++ b/docs/preprocessor/preprocess.sh
@@ -97,7 +97,7 @@ function cleanup() {
 
 trap cleanup EXIT
 
-if [ "${DRYRUN_DOCS}" != "*" ]; then
+if [ "${DRYRUN_DOCS}" != "*" ] || [ ! -z "${FULLRUN_DOCS}" ]; then
 
   # install plugins
   echo