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 dffaaed8543 (chores) ci: try to escape the profile options in the 
alternative OS builds
dffaaed8543 is described below

commit dffaaed854393fbf506d15a9eca6284ba6f2612f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 9 12:06:26 2022 +0200

    (chores) ci: try to escape the profile options in the alternative OS builds
---
 .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 cde2889529c..1020129a585 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 -B -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 
-P"format,fastinstall" -DskipTests verify
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v3
         if: always()

Reply via email to