You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/18 15:23:21 UTC

[logging-log4j2] branch release-2.x updated: Skip `site` goal on Windows in CI

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 4a58f83990 Skip `site` goal on Windows in CI
4a58f83990 is described below

commit 4a58f8399074c4d242e102fd176bf687e5ca86dd
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 18 16:24:18 2023 +0100

    Skip `site` goal on Windows in CI
---
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3a262b25a2..dd3a7de8ff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -89,6 +89,8 @@ jobs:
             verify
 
       - name: Maven "site"
+        # FreeMarker integration of `log4j-changelog` is broken on Windows: https://github.com/apache/logging-log4j-tools/issues/19
+        if: runner.os != 'Windows'
         timeout-minutes: 10
         shell: bash
         run: |