You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2022/07/12 11:28:34 UTC

[tinkerpop] branch ci-fix updated: f

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/ci-fix by this push:
     new 2dcc5ddb09 f
2dcc5ddb09 is described below

commit 2dcc5ddb09d09f8ada786546c22234c0d6c0b569
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Tue Jul 12 07:28:25 2022 -0400

    f
---
 .github/workflows/build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 278643a531..84f1d61773 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -238,8 +238,8 @@ jobs:
       - name: Generate Gremlin Server Base Image
         working-directory: .
         run: |
-          touch gremlin-python/.glv
-          chmod +x ./run.sh
+          touch gremlin-go/.glv
+          chmod +x gremlin-go/run.sh
           mvn clean install -DskipTests -DskipIntegrationTests=true -am
           mvn install -Pdocker-images -pl :gremlin-server
           mvn verify -pl :gremlin-go