Remove .glv from .net build - needs TINKERPOP-1731 CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6e2af003 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6e2af003 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6e2af003 Branch: refs/heads/TINKERPOP-1756 Commit: 6e2af00318ba335b06ef9e45aca81457962e1b6c Parents: bef6b3f Author: Stephen Mallette <[email protected]> Authored: Thu Sep 7 05:54:09 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Sep 7 05:55:18 2017 -0400 ---------------------------------------------------------------------- docker/scripts/build.sh | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6e2af003/docker/scripts/build.sh ---------------------------------------------------------------------- diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh index 29e84e9..dff60b5 100755 --- a/docker/scripts/build.sh +++ b/docker/scripts/build.sh @@ -65,6 +65,10 @@ fi touch gremlin-python/.glv +# remove these until TINKERPOP-1731 is settled +rm gremlin-dotnet/src/.glv +rm gremlin-dotnet/test/.glv + # use a custom maven settings.xml if [ -r "settings.xml" ]; then echo "Copying settings.xml"
