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

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

commit 1c395898692cab56a67f3c6d862e2e985dcae911
Author: Peter Palaga <[email protected]>
AuthorDate: Fri Apr 16 09:35:24 2021 +0200

    Do not validate docs link in inital-mvn-install CI phase
---
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index bb7bfd5..354f90c 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -82,7 +82,7 @@ jobs:
         uses: actions/checkout@v2
       - name: mvn clean install -DskipTests
         run: |
-          eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install 
-DskipTests -Dquarkus.build.skip
+          eval ./mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} clean install 
-DskipTests -Dquarkus.build.skip -Dskip.installyarn -Dskip.yarn
       - name: Fail if there are uncommitted changes
         shell: bash
         run: |

Reply via email to