Repository: tinkerpop Updated Branches: refs/heads/master d1d8cbe0e -> 2d30a76aa
Dropped dotnet from docker build. Something's wrong with the docker build. it says it can't find "dotnet" command. CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2d30a76a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2d30a76a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2d30a76a Branch: refs/heads/master Commit: 2d30a76aabdd009b9b926f83df2308b7578571c0 Parents: d1d8cbe Author: Stephen Mallette <[email protected]> Authored: Tue Jul 18 14:56:34 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Jul 18 14:56:34 2017 -0400 ---------------------------------------------------------------------- docker/scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2d30a76a/docker/scripts/build.sh ---------------------------------------------------------------------- diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh index 30544ac..f0797c4 100755 --- a/docker/scripts/build.sh +++ b/docker/scripts/build.sh @@ -68,8 +68,8 @@ if [ -d "${TINKERMEM_PATH}" ]; then fi touch gremlin-python/.glv -touch gremlin-dotnet/src/.glv -touch gremlin-dotnet/test/.glv +# touch gremlin-dotnet/src/.glv +# touch gremlin-dotnet/test/.glv # use a custom maven settings.xml if [ -r "settings.xml" ]; then
