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 660bc37 Exclude docs module on camel-master branch builds 660bc37 is described below commit 660bc37c27de33d018e605e3f42f84ea1d11d4db Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Feb 3 07:50:45 2021 +0000 Exclude docs module on camel-master branch builds --- .github/workflows/ci-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index c219e00..d0e24c9 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -61,7 +61,7 @@ jobs: - name: Setup apache-snapshots profile if: github.ref == 'refs/heads/camel-master' || github.base_ref == 'camel-master' run: | - echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV + echo "BRANCH_OPTIONS=-Papache-snapshots -pl '!docs'" >> $GITHUB_ENV - name: Setup oss-snapshots profile if: github.ref == 'refs/heads/quarkus-master' || github.base_ref == 'quarkus-master' run: | @@ -222,6 +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' run: | cd docs ../mvnw ${MAVEN_ARGS} ${BRANCH_OPTIONS} \