You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/11/04 08:18:03 UTC

[camel-quarkus] 03/03: Temporarily add -Dquarkus.platform.version for running examples so we can skip observability project

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

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

commit f8f577ab14e02be995d631c5f1231e07fa1997c2
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Nov 4 08:16:28 2022 +0000

    Temporarily add -Dquarkus.platform.version for running examples so we can skip observability project
---
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml
index 183c7d9f5a..d67fd0ccc3 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -453,7 +453,7 @@ jobs:
             && cd camel-quarkus-examples \
             && echo "Current Examples commit:" $(git rev-parse HEAD) \
             && mvn ${MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION} \
-            && ./mvnw-for-each.sh ${MAVEN_ARGS} ${BRANCH_OPTIONS} -Pnative,docker clean verify
+            && ./mvnw-for-each.sh ${MAVEN_ARGS} ${BRANCH_OPTIONS} -Pnative,docker clean verify -Dquarkus.platform.version=999-SNAPSHOT
       - name: Report Build Failure
         if: failure() || cancelled()
         run: |