There are some problems with Docker.

Turning off all the non-JVM stuff for now until it is resolved CTR


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

Branch: refs/heads/TINKERPOP-1752
Commit: b2850f3f1049800e6284a2a67df4e9c382dee4b8
Parents: 3bf128a
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Sep 18 15:35:23 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Sep 18 15:37:35 2017 -0400

----------------------------------------------------------------------
 docker/scripts/build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b2850f3f/docker/scripts/build.sh
----------------------------------------------------------------------
diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index bc22de9..5e6e6cd 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -63,9 +63,9 @@ if [ -d "/usr/src/tinkermem" ]; then
   cd /usr/src/tinkermem
 fi
 
-touch gremlin-python/.glv
-touch gremlin-dotnet/src/.glv
-touch gremlin-dotnet/test/.glv
+# touch gremlin-python/.glv
+# touch gremlin-dotnet/src/.glv
+# touch gremlin-dotnet/test/.glv
 
 # use a custom maven settings.xml
 if [ -r "settings.xml" ]; then

Reply via email to