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:25 UTC

[tinkerpop] 02/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 5eabb8efb600e87f8532ee33c1d8f10fc2c42529
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Jul 13 06:41:24 2022 -0400

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

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