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 a16dfd09cb Clone Quarkus from the 3.x branch
a16dfd09cb is described below
commit a16dfd09cbda7d66a1f84f844a6892ec29ceb117
Author: James Netherton <[email protected]>
AuthorDate: Mon Jun 29 09:37:40 2026 +0100
Clone Quarkus from the 3.x branch
---
.github/workflows/ci-build.yaml | 2 +-
.github/workflows/quarkus-master-cron.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 5c7b2638b6..823632b440 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -223,7 +223,7 @@ jobs:
- name: Build Quarkus
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
- git clone --depth 1 --branch main
https://github.com/quarkusio/quarkus.git \
+ git clone --depth 1 --branch 3.x
https://github.com/quarkusio/quarkus.git \
&& cd quarkus \
&& echo "Current Quarkus commit:" $(git rev-parse HEAD) \
&& sed -i '/<module>integration-tests<\/module>/d' pom.xml \
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index fd33a3a813..e2ca6996c9 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -74,7 +74,7 @@ jobs:
- name: Build Quarkus
run: |
cd ../
- git clone --depth 1 --branch main
https://github.com/quarkusio/quarkus.git \
+ git clone --depth 1 --branch 3.x
https://github.com/quarkusio/quarkus.git \
&& cd quarkus \
&& echo "Current Quarkus commit:" $(git rev-parse HEAD) \
&& sed -i '/<module>integration-tests<\/module>/d' pom.xml \