This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 58468459decb714e23e4e6b095726760c65bb234 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Jul 1 13:43:36 2020 +0200 Temporarily build against Quarkus 1.6 branch --- .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 3d50ee0..8d029d6 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -67,7 +67,7 @@ jobs: version: '11' - name: Build Quarkus run: | - git clone --depth 1 --branch master https://github.com/quarkusio/quarkus.git \ + git clone --depth 1 --branch 1.6 https://github.com/quarkusio/quarkus.git \ && cd quarkus \ && echo "Current Quarkus commit:" $(git rev-parse HEAD) \ && ./mvnw -B -ntp clean install -DskipTests -DskipITs -Denforcer.skip -Dquarkus.build.skip -DskipDocs