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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9b7ff3f98c Fix incorrect Maven args variable name used for example 
projects build
9b7ff3f98c is described below

commit 9b7ff3f98c4937a476de11263d0a190ccfaee697
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Dec 8 11:41:19 2023 +0000

    Fix incorrect Maven args variable name used for example projects build
---
 .github/workflows/camel-master-cron.yaml   | 2 +-
 .github/workflows/ci-build.yaml            | 2 +-
 .github/workflows/quarkus-master-cron.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/camel-master-cron.yaml 
b/.github/workflows/camel-master-cron.yaml
index b6c31cac47..bcb6759dbb 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -470,7 +470,7 @@ jobs:
           for MODULE in ${EXAMPLE_MODULES//,/ }; do
             cd ${MODULE}
 
-            ../mvnw ${MAVEN_ARGS} clean verify \
+            ../mvnw ${CQ_MAVEN_ARGS} clean verify \
               -Dformatter.skip -Dimpsort.skip \
               -Dquarkus.native.builder-image.pull=missing \
               -Pnative,docker,ci
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 28c28f4d3a..8bfb80d9c8 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -531,7 +531,7 @@ jobs:
           for MODULE in ${EXAMPLE_MODULES//,/ }; do
             cd ${MODULE}
 
-            ../mvnw ${MAVEN_ARGS} clean verify \
+            ../mvnw ${CQ_MAVEN_ARGS} clean verify \
               -Dformatter.skip -Dimpsort.skip \
               -Dquarkus.native.builder-image.pull=missing \
               -Pnative,docker,ci
diff --git a/.github/workflows/quarkus-master-cron.yaml 
b/.github/workflows/quarkus-master-cron.yaml
index 714ab124c1..88ae1e6b17 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -471,7 +471,7 @@ jobs:
           for MODULE in ${EXAMPLE_MODULES//,/ }; do
             cd ${MODULE}
 
-            ../mvnw ${MAVEN_ARGS} clean verify \
+            ../mvnw ${CQ_MAVEN_ARGS} clean verify \
               -Dformatter.skip -Dimpsort.skip \
               -Dquarkus.native.builder-image.pull=missing \
               -Pnative,docker,ci

Reply via email to