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 5615cf53f57 (chores) ci: try to escape the profile options in the
alternative OS builds
5615cf53f57 is described below
commit 5615cf53f57310792862658f587c73894dd3df59
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 9 13:54:44 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 49010a215a0..5a2863c385a 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
-P"format,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()