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 2021/10/01 17:25:11 UTC

[tinkerpop] branch 3.4-dev updated: fixed syntax error in smoke test for gh actions

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

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


The following commit(s) were added to refs/heads/3.4-dev by this push:
     new b23a5a9  fixed syntax error in smoke test for gh actions
b23a5a9 is described below

commit b23a5a9ed7e3109da298e901fd901683c7bc39cc
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Oct 1 13:24:30 2021 -0400

    fixed syntax error in smoke test for gh actions
    
    ugh - commit/push/see/repeat is the worst CTR
---
 .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 fba165e..3fb3398 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -13,7 +13,7 @@ jobs:
           java-version: '8'
           distribution: 'adopt'
       - name: Build with Maven
-        run: mvn clean install -pl -DskipTests -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
+        run: mvn clean install -DskipTests -Dci --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
   java:
     name: mvn clean install
     timeout-minutes: 2700 # 45 minutes