You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/07/12 13:48:27 UTC

[4/5] tinkerpop git commit: TINKERPOP-1552 Add .glv file to gremlin-dotnet so docker will build it

TINKERPOP-1552 Add .glv file to gremlin-dotnet so docker will build it


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

Branch: refs/heads/TINKERPOP-1552-master
Commit: ce4a4d98bf6588897c108d3c8394a3fe27331f33
Parents: f11b8c3
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jul 12 08:47:23 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jul 12 09:47:47 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/ce4a4d98/docker/scripts/build.sh
----------------------------------------------------------------------
diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index ea3bd19..30544ac 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -68,6 +68,8 @@ if [ -d "${TINKERMEM_PATH}" ]; then
 fi
 
 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