Don't build docker images in docker build TINKERPOP-1897
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/653fb3c0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/653fb3c0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/653fb3c0 Branch: refs/heads/TINKERPOP-1897 Commit: 653fb3c0b743bbdfe1d209f2e6889305a6612cd2 Parents: e0d025c Author: Florian Hockmann <[email protected]> Authored: Mon Feb 26 21:17:46 2018 +0100 Committer: Florian Hockmann <[email protected]> Committed: Mon Mar 5 19:53:58 2018 +0100 ---------------------------------------------------------------------- docker/scripts/build.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/653fb3c0/docker/scripts/build.sh ---------------------------------------------------------------------- diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh index 5ef74fc..3d8f0d3 100755 --- a/docker/scripts/build.sh +++ b/docker/scripts/build.sh @@ -67,6 +67,9 @@ touch gremlin-python/.glv touch gremlin-dotnet/src/.glv touch gremlin-dotnet/test/.glv +rm gremlin-console/.docker +rm gremlin-server/.docker + # use a custom maven settings.xml if [ -r "settings.xml" ]; then echo "Copying settings.xml"
