You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/13 14:00:53 UTC

[flink-connector-elasticsearch] 06/06: [hotfix][ci] Hide Maven download transfer

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git

commit 06e38d1e2d8d998e06065c011098f85d0235860c
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Sep 13 14:34:23 2022 +0200

    [hotfix][ci] Hide Maven download transfer
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9aff109..f4affdd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
             && wget -q -c ${{ env.FLINK_URL }} -O - | tar -xz \
             && popd
           
-          mvn clean install -U -B \
+          mvn clean install -U -B --no-transfer-progress \
             -Dscala-2.12 \
             -Prun-end-to-end-tests -DdistDir=$(pwd)/../flink-1.16-SNAPSHOT \
             -Dflink.convergence.phase=install -Pcheck-convergence \