CTR: Ensured gremlin-python/.glv exists prior building in Docker.

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

Branch: refs/heads/TINKERPOP-1749
Commit: 92735c8b12aac8dca3d1db92682039a4a5103bb3
Parents: 47a833c
Author: Daniel Kuppitz <[email protected]>
Authored: Wed Aug 16 08:39:42 2017 -0700
Committer: Daniel Kuppitz <[email protected]>
Committed: Wed Aug 16 08:39:42 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/92735c8b/docker/scripts/build.sh
----------------------------------------------------------------------
diff --git a/docker/scripts/build.sh b/docker/scripts/build.sh
index 626c1be..29e84e9 100755
--- a/docker/scripts/build.sh
+++ b/docker/scripts/build.sh
@@ -63,6 +63,8 @@ if [ -d "/usr/src/tinkermem" ]; then
   cd /usr/src/tinkermem
 fi
 
+touch gremlin-python/.glv
+
 # use a custom maven settings.xml
 if [ -r "settings.xml" ]; then
   echo "Copying settings.xml"

Reply via email to