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

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


The following commit(s) were added to refs/heads/master by this push:
     new 02c0fac  Fix camel-master CI branch build
02c0fac is described below

commit 02c0fac3b249f6439485c5c4d9a39bfddd9f8a14
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Feb 10 07:55:25 2021 +0000

    Fix camel-master CI branch build
---
 .github/workflows/ci-build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index d0e24c9..321e466 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -81,7 +81,7 @@ jobs:
         uses: actions/checkout@v2
       - name: mvn clean install -DskipTests
         run: |
-          ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install -DskipTests 
-Dquarkus.build.skip
+          eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install 
-DskipTests -Dquarkus.build.skip
       - name: Fail if there are uncommitted changes
         shell: bash
         run: |
@@ -222,7 +222,7 @@ jobs:
             -Dformatter.skip -Dimpsort.skip -Denforcer.skip 
-Dcamel-quarkus.update-extension-doc-page.skip \
             test
       - name: cd docs && mvn verify
-        if: github.ref != 'refs/heads/camel-master' || github.base_ref != 
'camel-master'
+        if: github.ref != 'refs/heads/camel-master' && github.base_ref != 
'camel-master'
         run: |
           cd docs
           ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \

Reply via email to