Skip to content

Commit 414684e

Browse files
committed
Merge branch '3.5-dev'
2 parents c34867a + 2f00e31 commit 414684e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docker/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [ -d "${TINKERMEM_PATH}" ]; then
6767
cd ${TINKERMEM_PATH}
6868
fi
6969

70-
touch {gremlin-dotnet,gremlin-dotnet/src,gremlin-dotnet/test,gremlin-python,gremlin-javascript}/.glv
70+
touch {gremlin-dotnet,gremlin-go,gremlin-dotnet/src,gremlin-dotnet/test,gremlin-python,gremlin-javascript}/.glv
7171

7272
# use a custom maven settings.xml
7373
if [ -r "settings.xml" ]; then

gremlin-go/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ limitations under the License.
9494
<goal>exec</goal>
9595
</goals>
9696
<configuration>
97+
<!-- tests pass, but there is some trouble running these in docker/build.sh
98+
as docker-compose isn't a command available in that image. skipping until
99+
resolved -->
100+
<skip>true</skip>
97101
<executable>docker-compose</executable>
98102
<arguments>
99103
<argument>up</argument>
@@ -137,6 +141,10 @@ limitations under the License.
137141
<id>shutdown container</id>
138142
<phase>verify</phase>
139143
<configuration>
144+
<!-- tests pass, but there is some trouble running these in docker/build.sh
145+
as docker-compose isn't a command available in that image. skipping until
146+
resolved -->
147+
<skip>true</skip>
140148
<executable>docker-compose</executable>
141149
<arguments>
142150
<argument>down</argument>

0 commit comments

Comments
 (0)