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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 65c7a44ffea (chores) ci: use batch mode for alternative OS build
65c7a44ffea is described below

commit 65c7a44ffea498142ca3d4c38c3d4d3db570ff44
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 9 12:02:24 2022 +0200

    (chores) ci: use batch mode for alternative OS build
---
 .github/workflows/alternative-os-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/alternative-os-build.yml 
b/.github/workflows/alternative-os-build.yml
index 2c0e9a03c7b..cde2889529c 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: 11
           cache: 'maven'
       - name: mvn sourcecheck ${{ matrix.os }}
-        run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pformat,fastinstall -DskipTests verify
+        run: mvn -B -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-Pformat,fastinstall -DskipTests verify
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v3
         if: always()

Reply via email to