You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/10 07:30:47 UTC

[camel] branch main updated: (chores) ci: fixed incorrect archive settings for alternative OS builds

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 cdeb997fe67 (chores) ci: fixed incorrect archive settings for alternative OS builds
cdeb997fe67 is described below

commit cdeb997fe67462e0ff913c64fbdd118cf2fd37b6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Jun 10 09:30:29 2022 +0200

    (chores) ci: fixed incorrect archive settings for alternative OS builds
---
 .github/workflows/alternative-os-build.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/alternative-os-build.yml b/.github/workflows/alternative-os-build.yml
index 1b8e9f00c2f..899e00fe17f 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -43,10 +43,11 @@ jobs:
           java-version: 11
           cache: 'maven'
       - name: mvn sourcecheck ${{ matrix.os }}
-        run: mvn -B -V -D'http.keepAlive=false' -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -P'format,fastinstall' -DskipTests verify
+        run: mvn -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -P'format,fastinstall' -DskipTests verify
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v3
         if: always()
         with:
-          name: checkstyle.log
-          path: checkstyle.log
+          name: alternative-os-build
+          path: alternative-os-build.log
+          retention-days: 2