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 99e27df Exclude docs module from quarkus-master sync build
99e27df is described below
commit 99e27df145cef147cfb0bff6acde608c3da4f0fd
Author: James Netherton <[email protected]>
AuthorDate: Fri Apr 24 07:56:14 2020 +0100
Exclude docs module from quarkus-master sync build
---
.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 ec9ab2f..ac82f13 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -71,7 +71,7 @@ jobs:
&& ./mvnw -B -ntp clean install -DskipTests -DskipITs
- name: Build Camel Quarkus
run: |
- ./mvnw -B -ntp clean install -Dquarkus.version=999-SNAPSHOT
+ ./mvnw -B -ntp clean install -Dquarkus.version=999-SNAPSHOT -pl
'!docs'
- name: Tar Maven Repo
shell: bash
run: tar -czvf maven-repo.tgz -C ~ build-data .m2/repository