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

ppalaga 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 12fbf15  Build Quarkus master faster with -Denforcer.skip 
-Dquarkus.build.skip -DskipDocs
12fbf15 is described below

commit 12fbf15665f33e7a66114e7175a557ed116dae7b
Author: Peter Palaga <[email protected]>
AuthorDate: Tue May 5 16:12:07 2020 +0200

    Build Quarkus master faster with -Denforcer.skip -Dquarkus.build.skip 
-DskipDocs
---
 .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 9a7a25b..8649f7b 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -70,7 +70,7 @@ jobs:
           git clone --depth 1 --branch master 
https://github.com/quarkusio/quarkus.git \
             && cd quarkus \
             && echo "Current Quarkus commit:" $(git rev-parse HEAD) \
-            && ./mvnw -B -ntp clean install -DskipTests -DskipITs
+            && ./mvnw -B -ntp clean install -DskipTests -DskipITs 
-Denforcer.skip -Dquarkus.build.skip -DskipDocs
       - name: Build Camel Quarkus
         run: |
           ./mvnw -B -ntp clean install -Dquarkus.version=999-SNAPSHOT -pl 
'!docs'

Reply via email to