You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2022/02/14 13:43:47 UTC

[ratis-thirdparty] branch master updated: RATIS-1523. Omit download progress in CI build (#27)

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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new c6135c7  RATIS-1523. Omit download progress in CI build (#27)
c6135c7 is described below

commit c6135c7301930bf7dbf1163f8879393208a54434
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Mon Feb 14 14:43:39 2022 +0100

    RATIS-1523. Omit download progress in CI build (#27)
---
 .github/workflows/ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 2d2bef3..c4f6011 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
         with:
           java-version: 8
       - name: Run a full build
-        run: mvn -Ptest clean verify
+        run: mvn --no-transfer-progress -Ptest clean verify
       - name: Delete temporary build artifacts
         run: rm -rf ~/.m2/repository/org/apache/ratis
         if: always()