You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/05 13:40:57 UTC

[commons-parent] branch master updated: Add --no-transfer-progress to CI builds.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 4177d65  Add --no-transfer-progress to CI builds.
     new 26a1eb1  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent
4177d65 is described below

commit 4177d652ed6b571c51df77ac0097ea6cac3de00e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 5 09:40:31 2020 -0400

    Add --no-transfer-progress to CI builds.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f9f7724..47d1629 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,4 +37,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V clean apache-rat:check package --file pom.xml
+      run: mvn -V clean apache-rat:check package --file pom.xml --no-transfer-progress