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 15:07:05 UTC

[tinkerpop] branch master updated: Enable more logging for debugging python gh action build CTR

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 18d6f0c  Enable more logging for debugging python gh action build CTR
18d6f0c is described below

commit 18d6f0ce3dd0610674104a1720744c565f46b6d3
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Oct 1 11:06:37 2021 -0400

    Enable more logging for debugging python gh action build 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 410dd4d..d9e0aac 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -161,7 +161,7 @@ jobs:
       - name: Build with Maven
         run: |
           touch gremlin-python/.glv
-          mvn clean install -q -DskipTests
+          mvn clean install -DskipTests
           mvn verify -pl gremlin-python
   dotnet:
     name: .NET