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/13 10:42:26 UTC

[tinkerpop] 03/03: 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

commit 26852b7feeb5e6c7b84eafa8a9b3cf8233692fdf
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Jul 13 06:42:06 2022 -0400

    f
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 3f1e6e9c14..892bdf3361 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -236,7 +236,7 @@ jobs:
       - name: Generate Gremlin Server Base Image
         working-directory: .
         run: |
-          mvn clean install -DskipTests -DskipIntegrationTests=true -Dci
+          mvn clean install -pl gremlin-server -DskipTests -DskipIntegrationTests=true -Dci -am
       - name: Build with Maven
         working-directory: .
         run: |